Display the contents of a .debug.macinfo section

This commit is contained in:
Nick Clifton
2001-07-05 07:49:05 +00:00
parent 4ad0936356
commit e0c60db230
5 changed files with 146 additions and 17 deletions

View File

@@ -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.