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/dwarf.h | |
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/dwarf.h')
-rw-r--r-- | binutils/dwarf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/dwarf.h b/binutils/dwarf.h index 0c9f366..bb7f553 100644 --- a/binutils/dwarf.h +++ b/binutils/dwarf.h @@ -211,6 +211,7 @@ extern int do_debug_frames; extern int do_debug_frames_interp; extern int do_debug_macinfo; extern int do_debug_str; +extern int do_debug_str_offsets; extern int do_debug_loc; extern int do_gdb_index; extern int do_trace_info; |