summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-server
Commit message (Expand)AuthorAgeFilesLines
* Remove Android.hPavel Labath2016-08-081-1/+2
* Remove SIGPIPE handler in LLGSPavel Labath2016-07-041-20/+1
* Remove platform plugins from lldb-serverPavel Labath2016-06-291-73/+1
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+1
* [linux] Remove all traces of signalfd(2)Pavel Labath2016-02-231-7/+0
* Add new option to lldb-server to display its versionTamas Berghammer2016-02-101-15/+21
* Have lldb-server log the timestamp in its log messagesPavel Labath2016-02-081-1/+1
* Fix linking of lldb-server with BUILD_SHARED_LIBSPavel Labath2016-01-291-16/+11
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-25/+0
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-2/+24
* Add more autotools/gmake NetBSD glueBruce Mitchener2015-11-151-1/+1
* Make lldb-gdbserver to take explicit socket scheme as command line argument.Oleksiy Vyalov2015-10-283-2/+24
* Add Socket::Create factory method which uses socket protocol to find an appro...Oleksiy Vyalov2015-10-272-21/+77
* Add initial CMake glue for the NetBSD platformBruce Mitchener2015-10-241-0/+7
* Fix lldb-server - write null terminating symbol along with port number.Oleksiy Vyalov2015-10-211-1/+1
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-215-159/+234
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-151-6/+10
* Fix handling of LLDB_VERS_GENERATED_FILE.Bruce Mitchener2015-10-091-6/+0
* [cmake] Fix cmake build on OSX after r249434.Dawn Perchik2015-10-081-0/+5
* Include platform agnostic <HostGetOpt.h> in the place of <getopt.h>Bruce Mitchener2015-10-011-1/+1
* [lldb-server] No need to add pthread twice.Daniel Sanders2015-09-211-3/+0
* Fix link failures when BUILD_SHARED_LIBS=ON.Pavel Labath2015-09-181-0/+1
* Fix crash in lldb-server caused by an API change in LLVMTamas Berghammer2015-09-101-1/+1
* Only export public symbols with the cmake build.Bruce Mitchener2015-09-041-0/+0
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Fix liblldb linking on RHEL 6 (bug #24140)Pavel Labath2015-07-171-1/+1
* 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-132-62/+38
* Add --port-file flag to lldb-platform to store port number which platform is ...Oleksiy Vyalov2015-07-061-3/+57
* Add -lpthread to LLDB shared lib link line unconditionallyKeno Fischer2015-06-291-1/+1
* fix lldb-server linking on RHEL 6 (bug #23774)Pavel Labath2015-06-291-1/+3
* Don't link ObjCARCOpts twice. Fixes PR22543Keno Fischer2015-06-181-1/+1
* Fix a variety of typos.Bruce Mitchener2015-06-181-2/+2
* [lldb] Enable building with Cmake/BUILD_SHARED_LIBSAndrew Wilkins2015-06-041-0/+3
* 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-276-76/+128
* 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
* Add support for ./dotest.py --channel and --log-successVince Harron2015-05-102-57/+32
* PosixPipes should not be copyable but should be movable.Chaoren Lin2015-05-011-1/+1
* lldb-gdbserver should not use unnamed pipes on Windows.Chaoren Lin2015-04-291-0/+4
* Add file descriptor constructor for PipePosix.Chaoren Lin2015-04-291-5/+1
* Add an unnamed pipe fail-safe to launching lldb-gdbserver.Chaoren Lin2015-04-271-14/+70
* Use non-blocking waitpid in NativeProcessLinuxPavel Labath2015-04-171-0/+7
* Force the inclusion of the LLVMSupport lib. Otherwise, the build (might?) fai...Sylvestre Ledru2015-04-081-0/+2
* Rework LLDB system initialization.Zachary Turner2015-03-311-3/+9
* Move several plugin to its own namespaceTamas Berghammer2015-03-312-0/+2
* 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
OpenPOWER on IntegriCloud