summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-4/+5
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12462048>Greg Clayton2012-10-181-2/+1
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-1/+1
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+9
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-1/+1
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-1/+2
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-1/+1
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-2/+2
* Added the ability to run a process in a shell on MacOSX currently when usingGreg Clayton2011-11-121-1/+1
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-2/+2
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-1/+1
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-4/+128
* Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton2011-04-041-0/+3
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-15/+45
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-56/+66
* Added new platform commands:Greg Clayton2011-03-231-0/+240
OpenPOWER on IntegriCloud