aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Remove platform plugins from lldb-serverPavel Labath1-2/+1
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-3/+3
2015-11-27[LLGS] Don't forward I/O when process is stoppedPavel Labath1-1/+3
2015-10-14lldb-server: add support for binary memory readsPavel Labath1-1/+2
2015-07-29[LLGS] Spawned process handling cleanupPavel Labath1-10/+0
2015-07-21[NativeProcessLinux] Integrate MainLoopPavel Labath1-3/+0
2015-07-21[LLGS] Get rid of the stdio forwarding threadPavel Labath1-8/+12
2015-07-16Add jThreadsInfo support to lldb-serverPavel Labath1-0/+3
2015-07-16Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath1-0/+3
2015-07-15[NativeProcessLinux] Integrate MainLoopPavel Labath1-3/+0
2015-07-13Introduce a MainLoop class and switch llgs to use itPavel Labath1-2/+12
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer1-0/+3
2015-05-27Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer1-3/+1
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-19/+26
2015-03-24Fetch module specification from remote process alsoTamas Berghammer1-0/+3
2015-02-13Fix TestProcessIO.py when run against a remote targetVince Harron1-3/+0
2015-02-11Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer1-0/+299