diff options
author | Nick Clifton <nickc@redhat.com> | 2009-10-16 10:05:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-10-16 10:05:06 +0000 |
commit | 1ed06042dbd7b4590f9b6a7ac16a71b62d46730e (patch) | |
tree | 9ed456ee396fa5e12501a8220f5c18f9f90ff44d /binutils/doc | |
parent | 493152cb4f287f9de3f03743349e911df9448e60 (diff) | |
download | gdb-1ed06042dbd7b4590f9b6a7ac16a71b62d46730e.zip gdb-1ed06042dbd7b4590f9b6a7ac16a71b62d46730e.tar.gz gdb-1ed06042dbd7b4590f9b6a7ac16a71b62d46730e.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index a5ac601..2cb56be 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -4032,6 +4032,10 @@ Note: the @option{=decodedline} option will display the interpreted contents of a .debug_line section whereas the @option{=rawline} option 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 @itemx --histogram Display a histogram of bucket list lengths when displaying the contents |