summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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