summaryrefslogtreecommitdiffstats
path: root/sys/gdb/gdb_int.h
Commit message (Collapse)AuthorAgeFilesLines
* add support for copying console messages to a remote gdbsam2006-03-231-0/+3
| | | | Reviewed by: kan
* /* -> /*- 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/+109
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