diff options
| author | Stefan Hajnoczi | 2008-06-04 22:09:59 +0200 |
|---|---|---|
| committer | Michael Brown | 2008-06-05 01:45:50 +0200 |
| commit | 04bc50f0253da1a8fe29ed029ee2134126b664db (patch) | |
| tree | 06d3945d6c4166f06c1c9f44db3737ee8b3c8ca2 /src/config.h | |
| parent | [Serial] Split serial console from serial driver (diff) | |
| download | ipxe-04bc50f0253da1a8fe29ed029ee2134126b664db.tar.gz ipxe-04bc50f0253da1a8fe29ed029ee2134126b664db.tar.xz ipxe-04bc50f0253da1a8fe29ed029ee2134126b664db.zip | |
[GDB] Add GDB stub for remote debugging
See http://etherboot.org/wiki/dev/gdbstub for documentation.
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index cec832c34..2d0980b0b 100644 --- a/src/config.h +++ b/src/config.h @@ -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 */ |
