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