diff options
author | Nick Clifton <nickc@redhat.com> | 2020-06-22 17:44:56 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-06-22 17:44:56 +0100 |
commit | e4b7104b1e0c70613d0f553cb18d25c7343647d3 (patch) | |
tree | 2b6a482972f5b2e7ba593c7fedf41696c67d784d /binutils/objdump.c | |
parent | 359157df2087894563a900e5f63299b42f460be2 (diff) | |
download | gdb-e4b7104b1e0c70613d0f553cb18d25c7343647d3.zip gdb-e4b7104b1e0c70613d0f553cb18d25c7343647d3.tar.gz gdb-e4b7104b1e0c70613d0f553cb18d25c7343647d3.tar.bz2 |
Add support for decoding the DW_MACRO_define_strx and DW_MACRO_undef_strx operands found in DWARF-5 .debug_macro sections.
PR 26112
* dwarf.c (display_debug_str_offsets): Add code to display the
contents of the .debug_str_offsets section.
(display_debug_macro): Add support for DW_MACRO_define_strx and
DW_MACRO_undef_strx.
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index 9b3d5b7..c582feb 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -229,9 +229,9 @@ usage (FILE *stream, int status) -g, --debugging Display debug information in object file\n\ -e, --debugging-tags Display debug information using ctags style\n\ -G, --stabs Display (in raw form) any STABS info in the file\n\ - -W[lLiaprmfFsoRtUuTgAckK] or\n\ + -W[lLiaprmfFsoORtUuTgAckK] or\n\ --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n\ - =frames-interp,=str,=loc,=Ranges,=pubtypes,\n\ + =frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,\n\ =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n\ =addr,=cu_index,=links,=follow-links]\n\ Display DWARF info in the file\n\ |