summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-231-0/+2
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-011-2/+0
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-181-0/+2
* Create a generic handler for Xfer packetsAntonio Afonso2019-06-101-2/+5
* [lldb-server] Support 'g' packetsPavel Labath2019-05-301-0/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-10/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* llgs: Propagate the environment when launching the inferior from command linePavel Labath2017-12-181-26/+1
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-171-1/+1
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-181-1/+1
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-071-6/+9
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-0/+8
* Rename Error -> Status.Zachary Turner2017-05-121-10/+10
* 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