summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-server/lldb-platform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-2/+24
* Make lldb-gdbserver to take explicit socket scheme as command line argument.Oleksiy Vyalov2015-10-281-1/+2
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-31/+31
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-151-6/+10
* Fix temp port file path generation in lldb-platform.Oleksiy Vyalov2015-07-141-6/+5
* Introduce a MainLoop class and switch llgs to use itPavel Labath2015-07-131-1/+1
* Add --port-file flag to lldb-platform to store port number which platform is ...Oleksiy Vyalov2015-07-061-3/+57
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-271-32/+22
* Print port number that lldb-server binds to in platform modeVince Harron2015-05-261-1/+1
* Fix lldb-platform usage string.Chaoren Lin2015-05-211-1/+2
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-0/+1
* Increate backlog of lldb-platform's listener socketVince Harron2015-03-311-1/+6
* Fix socket leak in lldb-server platformVince Harron2015-03-311-0/+4
* Allow multiple simultaneous connections to platform.Robert Flack2015-03-251-36/+63
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Rename test/tools/lldb-gdbserver to test/tools/lldb-serverRobert Flack2015-03-061-2/+2
* Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack2015-03-021-3/+0
* Merge lldb-platform and lldb-gdbserver into a single binaryTamas Berghammer2015-02-181-0/+314
OpenPOWER on IntegriCloud