* readelf.c (usage): Add mention of --debug-dump=frames-interp.
Wrap output to 80 columns. * objdump.c (usage): Likewise. * doc/binutils.texi (readelf): Add note about =frames-interp.
This commit is contained in:
parent
493152cb4f
commit
1ed06042db
4 changed files with 15 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2009-10-16 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* readelf.c (usage): Add mention of --debug-dump=frames-interp.
|
||||||
|
Wrap output to 80 columns.
|
||||||
|
* objdump.c (usage): Likewise.
|
||||||
|
* doc/binutils.texi (readelf): Add note about =frames-interp.
|
||||||
|
|
||||||
2009-10-01 Alan Modra <amodra@bigpond.net.au>
|
2009-10-01 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* addr2line.c (slurp_symtab): Don't use bfd_read_minisymbols.
|
* addr2line.c (slurp_symtab): Don't use bfd_read_minisymbols.
|
||||||
|
|
|
@ -4032,6 +4032,10 @@ Note: the @option{=decodedline} option will display the interpreted
|
||||||
contents of a .debug_line section whereas the @option{=rawline} option
|
contents of a .debug_line section whereas the @option{=rawline} option
|
||||||
dumps the contents in a raw format.
|
dumps the contents in a raw format.
|
||||||
|
|
||||||
|
Note: the @option{=frames-interp} option will display the interpreted
|
||||||
|
contents of a .debug_frame section whereas the @option{=frames} option
|
||||||
|
dumps the contents in a raw format.
|
||||||
|
|
||||||
@item -I
|
@item -I
|
||||||
@itemx --histogram
|
@itemx --histogram
|
||||||
Display a histogram of bucket list lengths when displaying the contents
|
Display a histogram of bucket list lengths when displaying the contents
|
||||||
|
|
|
@ -201,7 +201,8 @@ usage (FILE *stream, int status)
|
||||||
-e, --debugging-tags Display debug information using ctags style\n\
|
-e, --debugging-tags Display debug information using ctags style\n\
|
||||||
-G, --stabs Display (in raw form) any STABS info in the file\n\
|
-G, --stabs Display (in raw form) any STABS info in the file\n\
|
||||||
-W[lLiaprmfFsoR] or\n\
|
-W[lLiaprmfFsoR] or\n\
|
||||||
--dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=str,=loc,=Ranges]\n\
|
--dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n\
|
||||||
|
=frames-interp,=str,=loc,=Ranges]\n\
|
||||||
Display DWARF info in the file\n\
|
Display DWARF info in the file\n\
|
||||||
-t, --syms Display the contents of the symbol table(s)\n\
|
-t, --syms Display the contents of the symbol table(s)\n\
|
||||||
-T, --dynamic-syms Display the contents of the dynamic symbol table\n\
|
-T, --dynamic-syms Display the contents of the dynamic symbol table\n\
|
||||||
|
|
|
@ -2929,7 +2929,8 @@ usage (FILE * stream)
|
||||||
-R --relocated-dump=<number|name>\n\
|
-R --relocated-dump=<number|name>\n\
|
||||||
Dump the contents of section <number|name> as relocated bytes\n\
|
Dump the contents of section <number|name> as relocated bytes\n\
|
||||||
-w[lLiaprmfFsoR] or\n\
|
-w[lLiaprmfFsoR] or\n\
|
||||||
--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=str,=loc,=Ranges]\n\
|
--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n\
|
||||||
|
=frames-interp,=str,=loc,=Ranges]\n\
|
||||||
Display the contents of DWARF2 debug sections\n"));
|
Display the contents of DWARF2 debug sections\n"));
|
||||||
#ifdef SUPPORT_DISASSEMBLY
|
#ifdef SUPPORT_DISASSEMBLY
|
||||||
fprintf (stream, _("\
|
fprintf (stream, _("\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue