llvm-project/lldb/tools
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
..
darwin-debug Added a new variant of SBTarget::Launch() that deprectates the old one that 2011-01-23 05:56:20 +00:00
darwin-threads A tool for examining a mach process and its threads. 2011-02-05 05:27:30 +00:00
debugserver Abtracted the innards of lldb-core away from the SB interface. There was some 2011-03-22 01:14:58 +00:00
driver Fix makefile builds when llvm is configured with -enable-shared. 2011-03-13 18:17:16 +00:00
lldb-platform Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00