llvm-project/lldb/source/Expression
Pavel Labath 6f23a68a84 Use llvm for dumping DWARF expressions
Summary:
It uses the new ability of ABI plugins to vend llvm::MCRegisterInfo
structs (which is what is needed to turn dwarf register numbers into
strings).

Reviewers: JDevlieghere, aprantl, jasonmolenda

Subscribers: tatyana-krasnukha, lldb-commits

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

llvm-svn: 373208
2019-09-30 13:44:17 +00:00
..
CMakeLists.txt [Expression] Move IRDynamicChecks to ClangExpressionParser 2019-07-12 00:58:02 +00:00
DWARFExpression.cpp Use llvm for dumping DWARF expressions 2019-09-30 13:44:17 +00:00
DiagnosticManager.cpp [lldb] Remove undocumented return value from DiagnosticManager::PutString 2019-08-12 14:11:37 +00:00
Expression.cpp Fix an invalid static cast in ClangExpressionParser.cpp 2019-03-13 19:46:30 +00:00
ExpressionVariable.cpp Revert "[lldb] Move redundant persistent variable counter to ClangPersistentVariables" 2019-08-27 22:50:40 +00:00
FunctionCaller.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
IRExecutionUnit.cpp [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
IRInterpreter.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
IRMemoryMap.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
LLVMUserExpression.cpp [Expression] Remove unused header from LLVMUserExpression 2019-09-09 23:59:54 +00:00
Materializer.cpp [CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign. 2019-08-12 21:49:54 +00:00
REPL.cpp remove File::SetStream(), make new files instead. 2019-09-27 14:33:35 +00:00
UserExpression.cpp Detect HAVE_SYS_TYPES_H in lldb 2019-08-07 06:15:01 +00:00
UtilityFunction.cpp Detect HAVE_SYS_TYPES_H in lldb 2019-08-07 06:15:01 +00:00