hanchenye-llvm-project/lldb/source/Plugins
Vince Harron d40ef9993e Fixing TestRegisters on Linux with LLGS
This patch fixes TestRegisters on Linux with LLGS

Introduce GetUserRegisterCount on RegisterInfoInterface to distinguish
lldb internal registers (e.g.: DR0-DR7) during register counting.

Update GDBRemoteCommunicationServer to skip lldb internal registers on
read/write register and on discover register.

Submitted for Tamas Berghammer

llvm-svn: 226959
2015-01-23 22:57:00 +00:00
..
ABI Add comments explaining the unwind setup in 2015-01-16 23:54:15 +00:00
Disassembler Abstract the details from regex.h a bit more by not allowing people to specify compile and execute flags for regular expressions. Also enable better regular expressions if they are available by check if the REG_ENHANCED is available and using it if it is. 2015-01-21 21:51:02 +00:00
DynamicLoader Make DynamicLoaderPOSIXDYLD::DidAttach to deduce a target executable by pid if no executable hasn't been assigned to a target so far. 2015-01-07 01:28:37 +00:00
Instruction Add #if 0 around unreachable block of code to suppress warnings. 2014-10-17 01:56:57 +00:00
InstrumentationRuntime Change AddressSanitzierRuntime to print its info message via 2014-12-09 20:52:26 +00:00
JITLoader
LanguageRuntime Reenable the logic to take an integer value and attempt to "po" it as an ObjC object 2015-01-14 23:58:18 +00:00
MemoryHistory
ObjectContainer LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 2014-11-08 01:41:49 +00:00
ObjectFile Don't stomp the triple when loading a PECOFF target. 2015-01-22 18:59:05 +00:00
OperatingSystem
Platform Renamed UpdateSDKDirectoryInfosInNeeded->IfNeeded 2015-01-23 22:50:34 +00:00
Process Fixing TestRegisters on Linux with LLGS 2015-01-23 22:57:00 +00:00
SymbolFile Take extra care to ensure we don't deref a NULL pointer. 2015-01-16 18:59:48 +00:00
SymbolVendor
SystemRuntime
UnwindAssembly Save & restore the array of which registers have already been 2015-01-13 23:48:53 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Fix the Makefile build by actually building ABI/SysV-ppc 2014-11-02 22:03:15 +00:00