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.
Paths
| Differential D17604
Add support for DW_OP_push_object_address in dwarf expressions ClosedPublic Authored by tberghammer on Feb 25 2016, 6:02 AM.
Details Summary 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.
Diff Detail
Event Timelinetberghammer retitled this revision from to Add support for DW_OP_push_object_address in dwarf expressions. tberghammer updated this object. This revision is now accepted and ready to land.Feb 25 2016, 10:08 AM Closed by commit rL262014: Add support for DW_OP_push_object_address in dwarf expressions (authored by tberghammer). · Explain WhyFeb 26 2016, 6:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 49179 lldb/trunk/include/lldb/Expression/DWARFExpression.h
lldb/trunk/source/Core/ValueObjectVariable.cpp
lldb/trunk/source/Expression/DWARFExpression.cpp
lldb/trunk/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/trunk/source/Target/StackFrame.cpp
|