summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-gdbserver/lldb-gdbserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge lldb-platform and lldb-gdbserver into a single binaryTamas Berghammer2015-02-181-694/+0
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-9/+8
* This patch gets remote-linux platform able to run processesVince Harron2015-01-211-1/+10
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-1/+2
* Extend PipePosix with support for named pipes/timeout-based IO and integrate ...Oleksiy Vyalov2015-01-131-14/+9
* Make LLGS to open a named pipe and write a listening port to it only when a p...Oleksiy Vyalov2014-11-271-14/+31
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-2/+0
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-5/+2
* Fix lldb-gdbserver build.Todd Fiala2014-09-201-3/+3
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-5/+5
* Create a HostThread abstraction.Zachary Turner2014-09-091-6/+8
* llgs: remove all Initialize() calls except for Debugger::Initialize().Todd Fiala2014-08-271-18/+2
* Add missing HostInfo::Initialize() in llgs.Todd Fiala2014-08-211-1/+3
* Creates a socket host object.Zachary Turner2014-08-061-3/+7
* llgs: add --reverse-connect support.Todd Fiala2014-07-261-46/+91
* Fix lldb-gdbserver build Ed Maste2014-07-121-1/+1
* llgs: modify to accept --native-regs flag.Todd Fiala2014-07-121-10/+13
* llgs: implement --setsid.Todd Fiala2014-07-121-0/+28
* Added llgs --named-pipe support and program_name-version_number printout supp...Todd Fiala2014-07-111-51/+161
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-144/+241
* Fixed up lldb-gdbserver to match slightly different debugserver listener host...Todd Fiala2014-04-281-1/+10
* lldb-gdbserver: add support for optional host in connection string and handle...Todd Fiala2014-03-041-3/+22
* Remove leftover debug printfEd Maste2014-02-051-1/+0
* Modified GDBProcessCommunicationServer to launch via the platform.Todd Fiala2014-01-281-4/+83
* Added reaper for commandline-launched processes.Todd Fiala2014-01-241-1/+15
* Move process launching into GDBRemoteCommunicationServer.Todd Fiala2014-01-231-17/+8
* Add --lldb-command command-line option to lldb-gdbserverTodd Fiala2014-01-211-16/+37
* Enable Linux distribution in vendor portion of host triple.Todd Fiala2014-01-171-3/+9
* Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton2013-12-051-11/+7
* Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton2013-12-021-1/+1
* Improved platform support.Greg Clayton2013-11-231-1/+5
* Make sure the getopt variables are correctly initialized for any option parsing.Greg Clayton2013-11-221-0/+6
* Exit if launch doesn't succeed.Greg Clayton2013-11-211-0/+1
* Added the ability to launch the program that was specified on the command lin...Greg Clayton2013-11-211-2/+20
* Start the correct host abstraction of process and thread.Greg Clayton2013-11-211-0/+240
OpenPOWER on IntegriCloud