hanchenye-llvm-project/lldb
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
..
docs Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
examples Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
include Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function. 2011-03-22 01:48:42 +00:00
lib Add Makefile support for the Platform plugins. 2011-03-10 03:08:28 +00:00
lldb.xcodeproj Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumped Xcode project versions to lldb-46 and debugserver-131. 2011-01-29 07:14:26 +00:00
scripts Abtracted the innards of lldb-core away from the SB interface. There was some 2011-03-22 01:14:58 +00:00
source Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
test Abtracted the innards of lldb-core away from the SB interface. There was some 2011-03-22 01:14:58 +00:00
tools Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
utils Add options to allow for specifying an option string when spawning gdb and for executing 2011-03-21 23:44:44 +00:00
www Apply patch from Bruce Mitchener to fix spelling errors. 2011-01-07 17:16:03 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Python override patch from Jai Menon. 2011-02-05 02:32:19 +00:00