Re: [PATCH 3/3] libdw: Handle DW_OP_GNU_variable_value.

2017-11-10 Thread Mark Wielaard
On Sun, 2017-11-05 at 00:31 +0100, Mark Wielaard wrote: > Handle DW_OP_GNU_variable_value in dwarf_getlocation[_attr,_die]. > DW_OP_GNU_variable_value takes one argument a DIE reference that > describes a value given by a location of const_value attribute. > > To test handling of the new operand t

[PATCH 3/3] libdw: Handle DW_OP_GNU_variable_value.

2017-11-04 Thread Mark Wielaard
Handle DW_OP_GNU_variable_value in dwarf_getlocation[_attr,_die]. DW_OP_GNU_variable_value takes one argument a DIE reference that describes a value given by a location of const_value attribute. To test handling of the new operand the varlocs test is adapted to print out all DIEs and attributes wi