Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap our drivers gdb_getc() function so that if it returns -1 we | phk | 2006-05-26 | 1 | -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 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/+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. |