hanchenye-llvm-project/lldb/source
Pavel Labath 7a8ba4ffbe Fix arm64 sub-register definitions
The "value regs" field was filled incorrectly. It is supposed to list the
registers that *this* register is a sub-register of, not the other way around.
This manifested itself in "register read" showing only the smaller sub-registers
(and a bunch of tests not passing). I am not sure if the "invalidates" field is
correct either, but it's usage seems to be inconsistent, so I'll leave that as-is
for now.

llvm-svn: 284981
2016-10-24 14:57:50 +00:00
..
API [CMake] Populate LLDB.framework's headers directory 2016-10-14 17:09:55 +00:00
Breakpoint Revert "Fix a race condition between "ephemeral watchpoint disable/enable" and continue in commands." 2016-10-21 10:52:11 +00:00
Commands Fix a crash in expressions with fixits in the dummy target. 2016-10-17 23:59:41 +00:00
Core [LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABI 2016-10-12 10:21:09 +00:00
DataFormatters Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
Expression Remove a stray dump(). 2016-10-07 21:25:29 +00:00
Host When invoking Terminal, don't assume the default shell 2016-10-18 23:55:34 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Interpreter: Don't return StringRef from functions whose return value is never used 2016-10-17 06:17:56 +00:00
Plugins Fix arm64 sub-register definitions 2016-10-24 14:57:50 +00:00
Symbol Convert UniqueCStringMap to use StringRef. 2016-10-06 21:22:44 +00:00
Target Revert "Fix a race condition between "ephemeral watchpoint disable/enable" and continue in commands." 2016-10-21 10:52:11 +00:00
Utility Guard GetEscapedHostname against a nullptr hostname. 2016-10-21 02:32:08 +00:00
CMakeLists.txt [cmake] Use LLVM_CMAKE_PATH for GetSVN script 2016-10-19 12:54:28 +00:00
lldb.cpp [CMake] Generate LLDB_REVISION at build time 2016-09-23 23:33:52 +00:00