summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorStefan Hajnoczi2008-06-04 22:09:59 +0200
committerMichael Brown2008-06-05 01:45:50 +0200
commit04bc50f0253da1a8fe29ed029ee2134126b664db (patch)
tree06d3945d6c4166f06c1c9f44db3737ee8b3c8ca2 /src/core/config.c
parent[Serial] Split serial console from serial driver (diff)
downloadipxe-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/core/config.c')
-rw-r--r--src/core/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index efb82809..01f709c6 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -198,3 +198,6 @@ REQUIRE_OBJECT ( sanboot_cmd );
#ifdef NULL_TRAP
REQUIRE_OBJECT ( nulltrap );
#endif
+#ifdef GDBSTUB
+REQUIRE_OBJECT ( gdbidt );
+#endif