llvm-project/lldb/source/Plugins/SymbolFile/Breakpad
Pavel Labath e22f0dabcf [lldb/breakpad] Fix register resolution on arm
In breakpad, only x86 (and mips) registers have a leading '$' in their
names. Arm architectures use plain register names.

Previously, lldb was assuming all registers have a '$'. Fix the code to
match the (unfortunately, inconsistent) reality.
2020-03-26 13:51:27 +01:00
..
CMakeLists.txt
SymbolFileBreakpad.cpp [lldb/breakpad] Fix register resolution on arm 2020-03-26 13:51:27 +01:00
SymbolFileBreakpad.h [lldb][NFC] Make all CompilerDeclContext parameters references instead of pointers 2020-02-18 08:58:36 +01:00