[GDB] Add GDB stub for remote debugging

See http://etherboot.org/wiki/dev/gdbstub for documentation.
This commit is contained in:
Stefan Hajnoczi
2008-06-04 21:09:59 +01:00
committed by Michael Brown
parent 831db76ff7
commit 04bc50f025
6 changed files with 626 additions and 11 deletions

View File

@@ -164,6 +164,7 @@
#undef BUILD_ID /* Include a custom build ID string,
* e.g "test-foo" */
#undef NULL_TRAP /* Attempt to catch NULL function calls */
#undef GDBSTUB /* Remote GDB debugging */
/* @END general.h */