[Lldb-commits] [PATCH] D59004: [lldb] Fix DW_OP_addrx uses.

Ali Tamur via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 5 15:38:10 PST 2019


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.llvm.org/D59004

Files:
  lldb/source/Expression/DWARFExpression.cpp
  lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59004.189410.patch
Type: text/x-patch
Size: 3934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190305/38499c2c/attachment-0001.bin>


More information about the lldb-commits mailing list