Support for DWARF5 location lists entries
authorNitika Achra <Nitika.Achra@amd.com>
Thu, 16 Jan 2020 16:51:06 +0000 (11:51 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 16 Jan 2020 16:51:19 +0000 (11:51 -0500)
This patch handles DW_LLE_base_addressx, DW_LLE_startx_length and
DW_LLE_start_length.

Tested by running the testsuite before and after the patch and there is
no increase in the number of test cases that fails. Tested with both
-gdwarf-4 and -gdwarf-5 flags. Also tested -gslit-dwarf along with
-gdwarf-4 as well as -gdwarf5 flags.

This is an effort to support DWARF5 in gdb.

gdb/ChangeLog:

* dwarf2loc.c (decode_debug_loclists_addresses): Handle
DW_LLE_base_addressx, DW_LLE_startx_length, DW_LLE_start_length.


No differences found
This page took 0.027361 seconds and 4 git commands to generate.