llvm-project/lldb/source/Plugins/Process/gdb-remote
Greg Clayton 576d8834fe Split the GDBRemoteCommunication class into three classes:
GDBRemoteCommunication - The base GDB remote communication class
GDBRemoteCommunicationClient - designed to be used for clients the connect to
                               a remote GDB server
GDBRemoteCommunicationServer - designed to be used on the server side of a
                               GDB server implementation.

llvm-svn: 128070
2011-03-22 04:00:09 +00:00
..
GDBRemoteCommunication.cpp Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
GDBRemoteCommunication.h Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
GDBRemoteCommunicationClient.cpp Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
GDBRemoteCommunicationClient.h Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
GDBRemoteCommunicationServer.cpp Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
GDBRemoteCommunicationServer.h Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
GDBRemoteRegisterContext.cpp Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
GDBRemoteRegisterContext.h All UnwindPlan objects are now passed around as shared pointers. 2011-02-15 00:19:15 +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 Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
ProcessGDBRemote.h Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
ProcessGDBRemoteLog.cpp Patch to remove uses of non-standard strcasestr and replace then with 2011-02-04 18:55:41 +00:00
ProcessGDBRemoteLog.h Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00
ThreadGDBRemote.cpp Centralize the GDB remote timeout value into the GDBRemoteCommunication as a 2011-03-10 02:26:48 +00:00
ThreadGDBRemote.h All UnwindPlan objects are now passed around as shared pointers. 2011-02-15 00:19:15 +00:00