aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-15Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton1-1/+1
2011-07-15Python summary strings:Enrico Granata1-0/+1
2011-06-17Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton1-6/+4
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-54/+413
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-1/+1
2011-04-04Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton1-0/+38
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-8/+229
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton1-12/+86
2011-03-23Added new platform commands:Greg Clayton1-2/+11
2011-03-22Split the GDBRemoteCommunication class into three classes:Greg Clayton1-0/+134