[Lldb-commits] [PATCH] D17604: Add support for DW_OP_push_object_address in dwarf expressions

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 25 06:02:13 PST 2016


tberghammer created this revision.
tberghammer added reviewers: ovyalov, clayborg.
tberghammer added a subscriber: lldb-commits.

Add support for DW_OP_push_object_address in dwarf expressions

Additionally fix the type of some dwarf expression where we had a confusion between scalar and load address types after a dereference.

http://reviews.llvm.org/D17604

Files:
  include/lldb/Expression/DWARFExpression.h
  source/Core/ValueObjectVariable.cpp
  source/Expression/DWARFExpression.cpp
  source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Target/StackFrame.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17604.49047.patch
Type: text/x-patch
Size: 16117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160225/8ee9742d/attachment-0001.bin>


More information about the lldb-commits mailing list