diff options
author | Pavel Labath <pavel@labath.sk> | 2019-11-22 14:42:28 +0100 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-12-11 11:06:17 +0100 |
commit | c8b74ee264a943aad29fd0864c610ba5504f73a8 (patch) | |
tree | a3ef2b7e3ac58e1fcd569b1d8a2d8af0ebeb16ca /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | 46822083ef9f03ceb26db80410e47f23aa9bd7ae (diff) | |
download | bcm5719-llvm-c8b74ee264a943aad29fd0864c610ba5504f73a8.tar.gz bcm5719-llvm-c8b74ee264a943aad29fd0864c610ba5504f73a8.zip |
[lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistx
Summary:
This adds support for DWARF5 location lists which are specified
indirectly, via an index into the debug_loclists offset table. This
includes parsing the DW_AT_loclists_base attribute which determines the
location of this offset table, and support for new form DW_FORM_loclistx
which is used in conjuction with DW_AT_location to refer to the location
lists in this way.
The code uses the llvm class to parse the offset information, and I've
also tried to structure it similarly to how the relevant llvm
functionality works.
Reviewers: JDevlieghere, aprantl, clayborg
Subscribers: lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D71268
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions