summaryrefslogtreecommitdiffstats
path: root/sys/gdb/gdb.h
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.phk2006-05-261-6/+4
| | | | | Use polling behaviour for gdb_getc() where convenient, this edges us closer to the console code.
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
|
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-101-0/+62
backend improves over the old GDB support in the following ways: o Unified implementation with minimal MD code. o A simple interface for devices to register themselves as debug ports, ala consoles. o Compression by using run-length encoding. o Implements GDB threading support.
OpenPOWER on IntegriCloud