llvm-project/lldb/source/Plugins/Process/Linux
Zachary Turner 7f013bcd60 Rename lldb registers to contain lldb_ prefix.
LLDB supports many different register numbering schemes, and these
are typically prefixed with an indicator that lets the user know
what numbering scheme is used.  The gcc numbering scheme is
prefixed with gcc, and there are similar ones for dwarf, gdb,
and gcc_dwarf.

LLDB also contains its own internal numbering scheme, but the enum
for LLDB's numbering scheme was prefixed differently.  This patch
changes the names of these enums to use the same naming scheme for
the enum values as the rest of the register kinds by removing gpr_
and fpu_ prefixes, and instead using lldb_ prefixes for all enum
values.

Differential Revision: http://reviews.llvm.org/D6351
Reviewed by: Greg Clayton

llvm-svn: 222495
2014-11-21 02:00:21 +00:00
..
CMakeLists.txt Fixup gtest layout, add Linux ThreadStateCoordinator.cpp. 2014-09-25 19:25:07 +00:00
LinuxThread.cpp FreeBSD hardware watchpoint implementation 2014-02-19 18:34:06 +00:00
LinuxThread.h Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. 2014-09-27 16:54:22 +00:00
Makefile Fix configure & make build with python disabled 2014-09-09 04:52:37 +00:00
NativeProcessLinux.cpp Fix broken NativeProcessLinux.cpp after signature change of ResolveExecutable. 2014-11-17 22:42:28 +00:00
NativeProcessLinux.h llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions. 2014-10-11 21:42:09 +00:00
NativeRegisterContextLinux_x86_64.cpp Rename lldb registers to contain lldb_ prefix. 2014-11-21 02:00:21 +00:00
NativeRegisterContextLinux_x86_64.h Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. 2014-09-27 16:54:22 +00:00
NativeThreadLinux.cpp Clean-up warnings on Linux/GCC 2014-09-16 06:34:29 +00:00
NativeThreadLinux.h llgs: fix thread names broken by recent native thread changes. 2014-09-12 22:51:49 +00:00
ProcFileReader.cpp Factored out Linux proc file reading into separate class. 2014-06-30 04:14:13 +00:00
ProcFileReader.h Factored out Linux proc file reading into separate class. 2014-06-30 04:14:13 +00:00
ProcessLinux.cpp Enable local llgs debugging on Linux when the use-llgs-for-local setting is enabled. 2014-10-10 00:09:16 +00:00
ProcessLinux.h Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. 2014-09-27 16:54:22 +00:00
ProcessMonitor.cpp LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 2014-11-08 01:41:49 +00:00
ProcessMonitor.h Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00
ThreadStateCoordinator.cpp thread state coordinator: fixed bug in thread running state book-keeping. 2014-10-09 17:00:55 +00:00
ThreadStateCoordinator.h thread state coordinator: add tests and impl to error on creation/death issues. 2014-10-02 19:44:32 +00:00