llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel
Jason Molenda 2e56a2545e Update ProcessKDP and ProcessMachCore to use ConstString plugin
names when specifying the DynamicLoaderDarwinKernel.

ProcessGDBRemote wasn't setting the dyld string any more; remove
the remaining code tracking the dyld plugin name altogether from
that process plugin.

llvm-svn: 181658
2013-05-11 03:09:05 +00:00
..
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
CommunicationKDP.cpp Add an explicit check for a darwin kernel KDP_VERSIONSTRING when 2013-05-09 23:52:21 +00:00
CommunicationKDP.h Add an explicit check for a darwin kernel KDP_VERSIONSTRING when 2013-05-09 23:52:21 +00:00
Makefile build: Fixup Darwin process plugin build for Makefiles. 2011-10-31 22:50:27 +00:00
ProcessKDP.cpp Update ProcessKDP and ProcessMachCore to use ConstString plugin 2013-05-11 03:09:05 +00:00
ProcessKDP.h Update ProcessKDP and ProcessMachCore to use ConstString plugin 2013-05-11 03:09:05 +00:00
ProcessKDPLog.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
ProcessKDPLog.h <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
RegisterContextKDP_arm.cpp <rdar://problem/9959501> 2012-09-21 01:55:30 +00:00
RegisterContextKDP_arm.h Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00
RegisterContextKDP_i386.cpp <rdar://problem/9959501> 2012-09-21 01:55:30 +00:00
RegisterContextKDP_i386.h Added register reading support for ARM, i386 and x86_64. 2011-07-20 01:32:50 +00:00
RegisterContextKDP_x86_64.cpp <rdar://problem/9959501> 2012-09-21 01:55:30 +00:00
RegisterContextKDP_x86_64.h Added register reading support for ARM, i386 and x86_64. 2011-07-20 01:32:50 +00:00
ThreadKDP.cpp Changed the formerly pure virtual function: 2013-05-09 01:55:29 +00:00
ThreadKDP.h Changed the formerly pure virtual function: 2013-05-09 01:55:29 +00:00