Add gdbsym.c object to help with running gdb-to-qemu

This commit is contained in:
Michael Brown
2007-06-30 22:43:31 +01:00
parent e1646b4080
commit 8f6a4e8140
4 changed files with 36 additions and 3 deletions

View File

@@ -184,6 +184,9 @@ REQUIRE_OBJECT ( dhcp_cmd );
* Drag in miscellaneous objects
*
*/
#ifdef NULL_TRAP
#ifdef NULL_TRAP
REQUIRE_OBJECT ( nulltrap );
#endif
#ifdef DUMP_GDBSYM
REQUIRE_OBJECT ( gdbsym );
#endif