llvm-project/lldb/source
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
..
API Abtracted the innards of lldb-core away from the SB interface. There was some 2011-03-22 01:14:58 +00:00
Breakpoint Added more platform support. There are now some new commands: 2011-03-19 01:12:21 +00:00
Commands Clean up a few places where SetOptionValue was using the global optarg, rather than the option_arg value that was passed in. 2011-03-22 01:53:33 +00:00
Core 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
Expression 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
Host Added real user/group id, effective user/group id, and parent 2011-03-21 21:25:07 +00:00
Interpreter Add "up" and "down" aliases. 2011-03-22 02:29:32 +00:00
Plugins Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
Symbol Split all of the core of LLDB.framework/lldb.so into a 2011-03-20 04:57:14 +00:00
Target 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
Utility Split the GDBRemoteCommunication class into three classes: 2011-03-22 04:00:09 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Patch to remove uses of non-standard strcasestr and replace then with 2011-02-04 18:55:41 +00:00
lldb.cpp Abtracted the innards of lldb-core away from the SB interface. There was some 2011-03-22 01:14:58 +00:00