summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-22/+481
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+5
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-2/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined c...Enrico Granata2012-07-131-1/+1
* <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...Enrico Granata2012-07-131-0/+5
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-13/+13
* Use integers instead of NULL.Bill Wendling2012-04-031-1/+1
* <rdar://problem/10840355>Greg Clayton2012-03-061-1/+1
* 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