Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used. | phk | 2006-05-26 | 1 | -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 necessary | imp | 2005-01-06 | 1 | -1/+1 |
| | |||||
* | Introduce the GDB debugger backend for the new KDB framework. The | marcel | 2004-07-10 | 1 | -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. |