summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove platform plugins from lldb-serverPavel Labath2016-06-291-5/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-21/+20
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-2/+2
* Improve the functionality of JSONNumberTamas Berghammer2015-12-041-1/+1
* [LLGS] Don't forward I/O when process is stoppedPavel Labath2015-11-271-27/+42
* [lldb-server] Send PC of every thread along in the stop-reply packetPavel Labath2015-10-261-14/+14
* lldb-server: add support for binary memory readsPavel Labath2015-10-141-5/+15
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-1/+1
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-2/+2
* Fix LLGS to enable read type watchpointsOmair Javaid2015-08-121-5/+4
* [LLGS] Spawned process handling cleanupPavel Labath2015-07-291-91/+26
* [LLGS] Avoid bogus error message on process terminationPavel Labath2015-07-281-15/+10
* Add jstopinfo support to llgsPavel Labath2015-07-231-63/+114
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-211-15/+2
* [LLGS] Get rid of the stdio forwarding threadPavel Labath2015-07-211-58/+58
* [LLGS] Limit jThreadsInfo to only the most important registers for nowPavel Labath2015-07-171-5/+20
* Add jThreadsInfo support to lldb-serverPavel Labath2015-07-161-28/+167
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-161-2/+15
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-151-15/+2
* Introduce a MainLoop class and switch llgs to use itPavel Labath2015-07-131-3/+57
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-091-2/+2
* Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan2015-07-081-2/+2
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-081-2/+2
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-181-0/+31
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-4/+4
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-271-6/+2
* Fix a few compile warningsIlia K2015-05-151-2/+2
* Remove trap code from disassembly.Chaoren Lin2015-04-291-5/+5
* Fixed remote failures in TestCPP11EnumTypes, probably othersVince Harron2015-04-151-0/+5
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-23/+24
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+17
* Don't close pseudo terminal master file descriptor on EOFTamas Berghammer2015-03-191-0/+1
* Remove unused handler registreation from GDBRemoteCommunicationServerLLGSTamas Berghammer2015-03-171-2/+0
* Fix errors building on linux.Zachary Turner2015-03-031-0/+1
* Further reduce the header footprint of Process.hZachary Turner2015-03-031-0/+1
* Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov2015-02-191-0/+7
* Send default register number instead of GDB register number in StopReplyPacket.Chaoren Lin2015-02-171-19/+5
* Fix small assignment mistake.Chaoren Lin2015-02-171-2/+2
* Fix TestProcessIO.py when run against a remote targetVince Harron2015-02-131-28/+29
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-0/+2742
OpenPOWER on IntegriCloud