llvm-project/lldb/source/Expression
Ali Tamur d0156256e2 [lldb] Fix DW_OP_addrx uses.
Summary: 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.

Reviewers: aprantl, jingham, davide, clayborg, serge-sans-paille

Reviewed By: aprantl

Subscribers: jdoerfert, dblaikie, labath, shafik, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D59004

llvm-svn: 355629
2019-03-07 19:41:08 +00:00
..
CMakeLists.txt Fix Cmake files for ExpressionSourceCode.cpp -> ClangExpressionSourceCode.cpp. 2019-03-06 22:53:38 +00:00
DWARFExpression.cpp [lldb] Fix DW_OP_addrx uses. 2019-03-07 19:41:08 +00:00
DiagnosticManager.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Expression.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ExpressionVariable.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
FunctionCaller.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
IRDynamicChecks.cpp Pass arguments correctly to the objc object checker on arm64 2019-02-27 20:27:25 +00:00
IRExecutionUnit.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
IRInterpreter.cpp Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
IRMemoryMap.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LLVMUserExpression.cpp Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clang plugin. 2019-03-06 22:43:25 +00:00
Materializer.cpp Use std::make_shared in LLDB (NFC) 2019-02-11 23:13:08 +00:00
REPL.cpp [Expression] Remove unused parameter from Evaluate 2019-03-05 03:33:34 +00:00
UserExpression.cpp Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clang plugin. 2019-03-06 22:43:25 +00:00
UtilityFunction.cpp Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clang plugin. 2019-03-06 22:43:25 +00:00