summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
Commit message (Expand)AuthorAgeFilesLines
* [LLDB]{MIPS] Fix TestPlatformProcessConnect.pyMohit K. Bhakkad2016-03-221-0/+3
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-0/+10
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-6/+8
* Make remote-android platform to use dynamic local tcp ports when forwarding d...Oleksiy Vyalov2015-09-011-3/+4
* Make UriParser to support [$HOSTNAME] notation.Oleksiy Vyalov2015-08-201-0/+10
* Refactor Unix signals.Chaoren Lin2015-07-141-0/+6
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-16/+16
* Support remote-android with multiple connected devices.Chaoren Lin2015-05-011-0/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-58/+58
* Remove virtual and add override for lots of function.Tamas Berghammer2015-03-251-85/+85
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-1/+5
* Create new platform: remote-androidTamas Berghammer2015-02-121-0/+9
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-1/+4
* This patch gets remote-linux platform able to run processesVince Harron2015-01-211-0/+1
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-4/+1
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Change the way the m_trap_handlers Platform base class ivar is initialized;Jason Molenda2014-02-131-0/+3
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-171-3/+3
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-8/+30
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+52
* <rdar://problem/13854277>Greg Clayton2013-05-101-10/+4
* 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
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-1/+1
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-3/+14
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-108/+110
* 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-7/+19
* Added new platform commands:Greg Clayton2011-03-231-0/+127
OpenPOWER on IntegriCloud