summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-3/+3
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-1/+1
* Python summary strings:Enrico Granata2011-07-151-0/+1
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-6/+4
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-54/+413
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-1/+1
* Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton2011-04-041-0/+38
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-8/+229
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-12/+86
* Added new platform commands:Greg Clayton2011-03-231-2/+11
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-0/+134
OpenPOWER on IntegriCloud