summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
Commit message (Expand)AuthorAgeFilesLines
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-1/+1
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-0/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-213/+151
* Remove platform plugins from lldb-serverPavel Labath2016-06-291-2/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-3/+3
* [LLGS] Don't forward I/O when process is stoppedPavel Labath2015-11-271-1/+3
* lldb-server: add support for binary memory readsPavel Labath2015-10-141-1/+2
* [LLGS] Spawned process handling cleanupPavel Labath2015-07-291-10/+0
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-211-3/+0
* [LLGS] Get rid of the stdio forwarding threadPavel Labath2015-07-211-8/+12
* Add jThreadsInfo support to lldb-serverPavel Labath2015-07-161-0/+3
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-161-0/+3
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-151-3/+0
* Introduce a MainLoop class and switch llgs to use itPavel Labath2015-07-131-2/+12
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-181-0/+3
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-271-3/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-19/+26
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+3
* Fix TestProcessIO.py when run against a remote targetVince Harron2015-02-131-3/+0
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-0/+299
OpenPOWER on IntegriCloud