Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment-out the debugging printf I left in in case there were some | marcel | 2004-08-10 | 1 | -1/+1 |
| | | | | packet related problems. No problems have been reported. | ||||
* | Introduce the GDB debugger backend for the new KDB framework. The | marcel | 2004-07-10 | 4 | -0/+721 |
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. |