llvm-project/lldb/source/Plugins/Process/gdb-remote
Sean Callanan b1de1141f1 Fixed detection of 'p' packet support in debugserver,
by appending the thread ID to the test packet when
debugserver requires it.

This allows register writing (and, by extension,
expressions) to work on Mac OS X.

llvm-svn: 190007
2013-09-04 23:24:15 +00:00
..
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
GDBRemoteCommunication.cpp Clear 'packet_str' before putting new packet. 2013-08-28 15:10:37 +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 Fixed detection of 'p' packet support in debugserver, 2013-09-04 23:24:15 +00:00
GDBRemoteCommunicationClient.h Fixed detection of 'p' packet support in debugserver, 2013-09-04 23:24:15 +00:00
GDBRemoteCommunicationServer.cpp Fix 'platform shell' command for Linux host and remote lldb-platform connections 2013-08-27 21:01:01 +00:00
GDBRemoteCommunicationServer.h merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00
GDBRemoteRegisterContext.cpp Set the byte order for data in the GDB remote register context. 2013-09-03 16:36:52 +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 MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00
ProcessGDBRemote.h MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +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 Fixed detection of 'p' packet support in debugserver, 2013-09-04 23:24:15 +00:00
ThreadGDBRemote.h Changed the formerly pure virtual function: 2013-05-09 01:55:29 +00:00