summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make remote-android platform to use dynamic local tcp ports when forwarding d...Oleksiy Vyalov2015-09-011-5/+9
* Make UriParser to support [$HOSTNAME] notation.Oleksiy Vyalov2015-08-201-17/+25
* Use target.exec-search-paths setting when resolving executable path for remot...Oleksiy Vyalov2015-07-141-3/+4
* Refactor Unix signals.Chaoren Lin2015-07-141-1/+95
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-48/+49
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Support remote-android with multiple connected devices.Chaoren Lin2015-05-011-12/+17
* Pass normalized target file paths via GDB-remote to a target and denormalize ...Oleksiy Vyalov2015-04-161-1/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-19/+20
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-47/+1
* Add filepath to qModuleInfo packetTamas Berghammer2015-03-131-0/+7
* 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
OpenPOWER on IntegriCloud