diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-02 22:48:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-02 22:48:58 +0000 |
commit | e1c145993ec59ed01a1bbc88c294ac3167fa5c66 (patch) | |
tree | 5f64409c2ca85fd80bd6e26c80f85dbd556bda1e /binutils/.Sanitize | |
parent | cd46af111eaebc699cc735387bddfce8ee4c37ff (diff) | |
download | gdb-e1c145993ec59ed01a1bbc88c294ac3167fa5c66.zip gdb-e1c145993ec59ed01a1bbc88c294ac3167fa5c66.tar.gz gdb-e1c145993ec59ed01a1bbc88c294ac3167fa5c66.tar.bz2 |
Implement generic debugging support. Implement a stabs reader and
a generic printer.
* budbg.h, debug.c, debug.h, prdbg.c, rddbg.c, stabs.c: New files.
* objdump.c: Include "debug.h" and "budbg.h".
(dump_debugging): New global variable.
(usage): Mention --debugging.
(long_options): Add "debugging".
(display_bfd): Handle --debugging.
* Makefile.in (OBJDUMP_OBJS): New variable.
($(OBJDUMP_PROG)): Use $(OBJDUMP_OBJS).
* binutils.texi, objdump.1: Document --debugging.
Diffstat (limited to 'binutils/.Sanitize')
-rw-r--r-- | binutils/.Sanitize | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index a3fb422..be71ab7 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -40,6 +40,7 @@ arsup.h binutils.texi bucomm.c bucomm.h +budbg.h coffdump.c coffgrok.c coffgrok.h @@ -49,6 +50,9 @@ configure.bat configure.in cxxfilt.man dlltool.c +debug.c +debug.h +dep-in.sed defparse.y deflex.l filemode.c @@ -72,12 +76,15 @@ objcopy.1 objcopy.c objdump.1 objdump.c +prdbg.c ranlib.1 ranlib.sh +rddbg.c sanity.sh size.1 size.c srconv.c +stabs.c strings.1 strings.c strip.1 |