tamur created this revision.
tamur added a project: LLDB.
Herald added a subscriber: lldb-commits.
DW_OP_GNU_addr_index has been renamed as DW_OP_addrx in the standard. clang
produces DW_OP_addrx tags and with this change lldb starts to process them.
Repository:
rLLDB LLDB
https://reviews.ll
tamur updated this revision to Diff 189415.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59004/new/
https://reviews.llvm.org/D59004
Files:
lldb/source/Expression/DWARFExpression.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
tamur marked an inline comment as done.
tamur added inline comments.
Comment at: lldb/source/Expression/DWARFExpression.cpp:2910
//--
// OPCODE: DW_OP_GNU_addr_index
// OPERANDS: 1
tamur updated this revision to Diff 189423.
tamur added a comment.
Herald added a reviewer: serge-sans-paille.
Added a test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59004/new/
https://reviews.llvm.org/D59004
Files:
lldb/packages/Python/lld
tamur updated this revision to Diff 189652.
tamur added a comment.
Herald added a subscriber: jdoerfert.
Discarded changes to the unit test and added a lit test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59004/new/
https://reviews.llvm.org/D590
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355629: [lldb] Fix DW_OP_addrx uses. (authored by tamur,
committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D59004?v