[Lldb-commits] [PATCH] D153886: [lldb] Consider OP_addrx in DWARFExpression::Update_DW_OP_addr

Felipe de Azevedo Piovezan via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 27 08:45:01 PDT 2023


fdeazeve created this revision.
Herald added a reviewer: shafik.
Herald added a project: All.
fdeazeve requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

This uses a DenseMap to update addresses that are located in the debug_addr
section.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153886

Files:
  lldb/include/lldb/Expression/DWARFExpression.h
  lldb/source/Expression/DWARFExpression.cpp
  lldb/source/Expression/DWARFExpressionList.cpp
  lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  lldb/unittests/Expression/DWARFExpressionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153886.535004.patch
Type: text/x-patch
Size: 7849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230627/73d24fbb/attachment.bin>


More information about the lldb-commits mailing list