hanchenye-llvm-project/lldb/source
Greg Clayton 5764982713 Make sure to fill in the compiler register number so when we try to backtrace using EH frame, it works.
Prior to this, backtraces could fail due to not being able to convert a EH frame register number to LLDB register number.

llvm-svn: 351564
2019-01-18 17:06:01 +00:00
..
API Replace auto -> llvm::Optional<uint64_t> 2019-01-15 20:33:58 +00:00
Breakpoint Change std::sort to llvm::sort to detect non-determinism. 2019-01-08 23:25:06 +00:00
Commands Recommit "Add a verbose mode to "image dump line-table" and use it to write a .debug_line test" 2019-01-17 13:11:04 +00:00
Core Change TypeSystem::GetBitSize() to return an optional result. 2019-01-16 21:19:20 +00:00
DataFormatters Replace auto -> llvm::Optional<uint64_t> 2019-01-15 20:33:58 +00:00
Expression Replace auto -> llvm::Optional<uint64_t> 2019-01-15 20:33:58 +00:00
Host Use llvm::VersionTuple instead of manual version marshalling 2019-01-18 01:36:58 +00:00
Initialization [Reproducers] Change how reproducers are initialized. 2018-12-03 17:28:29 +00:00
Interpreter Change std::sort to llvm::sort to detect non-determinism. 2019-01-08 23:25:06 +00:00
Plugins Make sure to fill in the compiler register number so when we try to backtrace using EH frame, it works. 2019-01-18 17:06:01 +00:00
Symbol Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()" 2019-01-17 15:07:35 +00:00
Target [SymbolFile] Remove SymbolContext parameter from FindTypes. 2019-01-14 22:41:21 +00:00
Utility [Reproducers] Refactor reproducer info 2019-01-18 01:04:59 +00:00
CMakeLists.txt
lldb.cpp