Support for DW_OP_addrx and DW_FORM_addrx tags
authorAli Tamur <tamur@google.com>
Sat, 30 Mar 2019 02:29:24 +0000 (19:29 -0700)
committerAli Tamur <tamur@google.com>
Tue, 23 Apr 2019 01:15:59 +0000 (18:15 -0700)
commit336d760da60d93ce76c4560525f65339f3403914
tree046540585a0d50120caa44e4ff530acc16c70f67
parent4a4153dfc945701938b6f52795cf234fa0a5f5fe
Support for DW_OP_addrx and DW_FORM_addrx tags

DW_OP_addrx is the new name of DW_OP_GNU_addr_index, and DW_FORM_addrx
is the name of DW_FORM_addr_index in the Dwarf 5 standard. This is a small
step towards supporting Dwarf 5 in gdb.

Note: I could not find any tests specifically for *_GNU_addr_index, and
I did not add any new tests, please advise.
gdb/ChangeLog
gdb/dwarf2-frame.c
gdb/dwarf2expr.c
gdb/dwarf2expr.h
gdb/dwarf2loc.c
gdb/dwarf2read.c
This page took 0.024076 seconds and 4 git commands to generate.