llvm-project/lldb/test/API/lang
Jason Molenda 0c2b7fa869 Leave DW_OP_addr addresses as load addresses in DWARFExpression
DWARFExpression::Evaluate will convert DW_OP_addr addresses in
a DWARF expression into load addresses on the expression stack
when there is a StackFrame in the ExecutionContext, this from
a change in 2018 in https://reviews.llvm.org/D46362.  At the
time this was handling a case that came up in swift programs,
and is no longer necessary.  I generalized this conversion to
a load address when a Target is available in
https://reviews.llvm.org/D137682 to make a test case possible;
this change broke a use case that Ted reported.

This change removes my test case, and removes this conversion
of a DW_OP_addr into a load address in some instances.

Differential Revision: https://reviews.llvm.org/D139226
2022-12-02 14:45:02 -08:00
..
c Leave DW_OP_addr addresses as load addresses in DWARFExpression 2022-12-02 14:45:02 -08:00
cpp [lldb] Disable looking at pointee types to find synthetic value for non-ObjC 2022-11-21 09:30:29 -08:00
mixed [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
objc [lldb] Rewrite to assertEqual/assertNotEqual (NFC) 2022-11-11 17:03:02 -08:00
objcxx [lldb] Remove unused "import unittest2" statements 2022-08-11 19:11:01 -07:00