Skip to content

Commit

Permalink
[GDBSYM] Remove unused gdbsym.c
Browse files Browse the repository at this point in the history
The GDBSYM config.h option was an attempt at QEMU GDB debugging.  I have
removed the code since it is unused and may confuse people wanting to
use the GDB stub.
  • Loading branch information
stefanha authored and Michael Brown committed Jun 4, 2008
1 parent 1a68d3f commit 842165e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
33 changes: 0 additions & 33 deletions src/arch/i386/core/gdbsym.c

This file was deleted.

1 change: 0 additions & 1 deletion src/config.h
Expand Up @@ -164,6 +164,5 @@
#undef BUILD_ID /* Include a custom build ID string,
* e.g "test-foo" */
#undef NULL_TRAP /* Attempt to catch NULL function calls */
#undef DUMP_GDBSYM /* Dump GDB symbol table information */

/* @END general.h */
3 changes: 0 additions & 3 deletions src/core/config.c
Expand Up @@ -198,6 +198,3 @@ REQUIRE_OBJECT ( sanboot_cmd );
#ifdef NULL_TRAP
REQUIRE_OBJECT ( nulltrap );
#endif
#ifdef DUMP_GDBSYM
REQUIRE_OBJECT ( gdbsym );
#endif

0 comments on commit 842165e

Please sign in to comment.