diff options
author | Nick Clifton <nickc@redhat.com> | 2001-07-05 07:49:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-07-05 07:49:05 +0000 |
commit | e0c60db2304c4c0db3f666d0d41b18a1406f68fc (patch) | |
tree | 8189a10e53b8b5daaa1167cf39c1eaea27ed8058 /binutils/doc/binutils.texi | |
parent | 4ad09363567ee09460973d1eddebec6d77528b69 (diff) | |
download | gdb-e0c60db2304c4c0db3f666d0d41b18a1406f68fc.zip gdb-e0c60db2304c4c0db3f666d0d41b18a1406f68fc.tar.gz gdb-e0c60db2304c4c0db3f666d0d41b18a1406f68fc.tar.bz2 |
Display the contents of a .debug.macinfo section
Diffstat (limited to 'binutils/doc/binutils.texi')
-rw-r--r-- | binutils/doc/binutils.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 0011b11..33ec43f 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2785,7 +2785,7 @@ readelf [ -a | --all ] [ -V | --version-info] [ -D | --use-dynamic] [ -x <number> | --hex-dump=<number>] - [ -w[liaprf] | --debug-dump[=info,=line,=abbrev,=pubnames,=ranges,=frames]] + [ -w[liaprmf] | --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames]] [ --histogram] [ -v | --version] [ -H | --help] @@ -2886,8 +2886,8 @@ symbols section. @itemx --hex-dump=<number> Displays the contents of the indicated section as a hexadecimal dump. -@item -w[liaprf] -@itemx --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=frames] +@item -w[liaprmf] +@itemx --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames] Displays the contents of the debug sections in the file, if any are present. If one of the optional letters or words follows the switch then only data found in those specific sections will be dumped. |