summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-3/+70
* Advertise 32 bit support for PlatformRemoteGDBServer on 64 bit systems.Chaoren Lin2015-03-011-3/+6
* Create ScopedTimeout class for GDBRemoteCommunicationTamas Berghammer2015-02-241-3/+7
* Factor out common URL handling code in PlatformRemoteGDBServerPavel Labath2015-02-191-23/+17
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+4
* Create new platform: remote-androidTamas Berghammer2015-02-121-36/+33
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-2/+2
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-6/+30
* Make "process attach" command to support attaching to remote process in case ...Oleksiy Vyalov2015-02-031-2/+8
* This patch gets remote-linux platform able to run processesVince Harron2015-01-211-7/+93
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-7/+5
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-3/+3
* Retry remote connection one time in case of timeout and return an error that ...Greg Clayton2014-09-181-0/+6
* Remove a few uses of LLDB_DISABLE_POSIX.Zachary Turner2014-08-111-5/+0
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-221-2/+21
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+1
* Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton2014-02-271-2/+2
* Remove the packet speed lines that were "#if 0"'ed out.Greg Clayton2014-02-211-3/+0
* Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda2014-02-131-1/+6
* The Platform base class now maintains a list of trap handlersJason Molenda2014-02-131-0/+1
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-171-3/+3
* Allow the hostname to be specified when asking a platform to launch another d...Greg Clayton2013-12-041-2/+30
* Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton2013-12-021-6/+14
* Improved platform support.Greg Clayton2013-11-231-6/+2
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-14/+162
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-4/+106
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+3
* 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