llvm-project/lldb/source/Plugins/Process/gdb-remote
Greg Clayton 8cda7f0830 Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets.
This can easily be adapted for linux and other platforms, but I didn't want to break any buildbots by assuming it will work.

llvm-svn: 182428
2013-05-21 21:55:59 +00:00
..
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
GDBRemoteCommunication.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
GDBRemoteCommunication.h Change the Mutex::Locker class so that it takes the Mutex object and locks it, rather 2012-06-08 22:50:40 +00:00
GDBRemoteCommunicationClient.cpp Recommitting r180831 with trivial fix - remember to return errors if you compute. 2013-05-02 00:27:30 +00:00
GDBRemoteCommunicationClient.h Recommitting r180831 with trivial fix - remember to return errors if you compute. 2013-05-02 00:27:30 +00:00
GDBRemoteCommunicationServer.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
GDBRemoteCommunicationServer.h Improved the packet throughput when debugging with GDB remote by over 3x on 2011-06-17 01:22:15 +00:00
GDBRemoteRegisterContext.cpp <rdar://problem/13700260> 2013-05-01 21:54:04 +00:00
GDBRemoteRegisterContext.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ProcessGDBRemote.cpp Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. 2013-05-21 21:55:59 +00:00
ProcessGDBRemote.h Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. 2013-05-21 21:55:59 +00:00
ProcessGDBRemoteLog.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
ProcessGDBRemoteLog.h <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
ThreadGDBRemote.cpp Changed the formerly pure virtual function: 2013-05-09 01:55:29 +00:00
ThreadGDBRemote.h Changed the formerly pure virtual function: 2013-05-09 01:55:29 +00:00