diff options
author | Ali Tamur <tamur@google.com> | 2019-03-29 19:29:24 -0700 |
---|---|---|
committer | Ali Tamur <tamur@google.com> | 2019-04-25 11:49:01 -0700 |
commit | cf532bd13616fbabe487d98107cde3202ad58ab7 (patch) | |
tree | 43e5a12167fd70deec6981e21c7bc49eb8113c46 /gdb/testsuite | |
parent | 82433e3e270973c3f49d55d41266de6adbf9006d (diff) | |
download | gdb-cf532bd13616fbabe487d98107cde3202ad58ab7.zip gdb-cf532bd13616fbabe487d98107cde3202ad58ab7.tar.gz gdb-cf532bd13616fbabe487d98107cde3202ad58ab7.tar.bz2 |
[PATCH] Support for DW_FORM_strx tag
DW_FORM_strx is the new name of DW_FORM_GNU_str_index in the Dwarf 5 standard.
This is a small step towards supporting Dwarf 5 in gdb.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/lib/dwarf.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/lib/dwarf.exp b/gdb/testsuite/lib/dwarf.exp index 3955e0b..3a430fc 100644 --- a/gdb/testsuite/lib/dwarf.exp +++ b/gdb/testsuite/lib/dwarf.exp @@ -527,6 +527,8 @@ namespace eval Dwarf { DW_FORM_indirect - DW_FORM_exprloc - + DW_FORM_strx - + DW_FORM_GNU_addr_index - DW_FORM_GNU_str_index - DW_FORM_GNU_ref_alt - |