diff options
author | Nick Clifton <nickc@redhat.com> | 2001-11-19 14:35:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-11-19 14:35:57 +0000 |
commit | 261a45adfff7bb0c49b661d7416eee3cfc2d2115 (patch) | |
tree | e6bfe1dfbbfb6c6fa09d49f671a32776bae92492 /binutils/doc | |
parent | b8908f93e2ec6025db15e7fe3ee8c94d26ee7a94 (diff) | |
download | gdb-261a45adfff7bb0c49b661d7416eee3cfc2d2115.zip gdb-261a45adfff7bb0c49b661d7416eee3cfc2d2115.tar.gz gdb-261a45adfff7bb0c49b661d7416eee3cfc2d2115.tar.bz2 |
Add -ws switch to display contents of .debug_str sections
Diffstat (limited to 'binutils/doc')
-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 db16633..22c903c 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2851,7 +2851,7 @@ readelf [@option{-a}|@option{--all}] [@option{-V}|@option{--version-info}] [@option{-D}|@option{--use-dynamic}] [@option{-x} <number>|@option{--hex-dump=}<number>] - [@option{-w[liaprmf]}|@option{--debug-dump}[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames]] + [@option{-w[liaprmfs]}|@option{--debug-dump}[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str]] [@option{-histogram}] [@option{-v}|@option{--version}] [@option{-W}|@option{--wide}] @@ -2953,8 +2953,8 @@ symbols section. @itemx --hex-dump=<number> Displays the contents of the indicated section as a hexadecimal dump. -@item -w[liaprmf] -@itemx --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames] +@item -w[liaprmfs] +@itemx --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str] 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. |