summaryrefslogtreecommitdiffstats
path: root/sys/gdb/gdb_packet.c
Commit message (Collapse)AuthorAgeFilesLines
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-2/+8
| | | | | | caches with data caches after writing to memory. This typically is required to make breakpoints work on ia64 and powerpc. For those architectures the function is implemented.
* Wrap our drivers gdb_getc() function so that if it returns -1 wephk2006-05-261-5/+20
| | | | | try again. This way it matches the console behaviour and allows us to share more 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/+289
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