summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-server/lldb-gdbserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-2/+3
* [LLDB] Avoid a warning about an unused static variableMartin Storsjo2019-09-231-1/+1
* Add missing NativeProcessFactory for lldb-server on WindowsAaron Smith2019-08-141-0/+4
* Enable lldb-server on WindowsAaron Smith2019-08-131-1/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-5/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-10/+10
* gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool2019-05-021-0/+1
* [lldb-server] Remove lldb-server's dependency on CoreAlex Langford2019-05-011-1/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* [lldb] [lldb-server] Catch and report errors from main loopMichal Gorny2019-02-141-1/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith2019-01-101-13/+10
* Remove header grouping comments.Jonas Devlieghere2018-11-111-2/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+4
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-4/+1
* llgs: Propagate the environment when launching the inferior from command linePavel Labath2017-12-181-15/+16
* Add a few missing newlines in lldb-server messagesStephane Sezer2017-09-281-8/+8
* Use socketpair on all Unix platformsEugene Zemtsov2017-09-251-13/+43
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-181-2/+2
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-071-1/+33
* replace uses of strerror with llvm::sys::StrErrorPavel Labath2017-06-061-6/+5
* Rename Error -> Status.Zachary Turner2017-05-121-10/+10
* Remove the verbose category in the gdb-remote channelPavel Labath2017-02-061-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Add a more succinct logging syntaxPavel Labath2017-01-181-2/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-379/+365
* 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
* Have lldb-server log the timestamp in its log messagesPavel Labath2016-02-081-1/+1
* 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-211-118/+38
* Include platform agnostic <HostGetOpt.h> in the place of <getopt.h>Bruce Mitchener2015-10-011-1/+1
* Introduce a MainLoop class and switch llgs to use itPavel Labath2015-07-131-61/+37
* Fix a variety of typos.Bruce Mitchener2015-06-181-2/+2
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-271-41/+10
* Add support for ./dotest.py --channel and --log-successVince Harron2015-05-101-57/+30
* 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
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-0/+1
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack2015-03-111-19/+5
* Initialize ProcessPOSIXLog by NativeProcessLinuxTamas Berghammer2015-03-061-5/+19
* Rename test/tools/lldb-gdbserver to test/tools/lldb-serverRobert Flack2015-03-061-6/+6
* Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack2015-03-021-4/+0
* Merge lldb-platform and lldb-gdbserver into a single binaryTamas Berghammer2015-02-181-0/+697
OpenPOWER on IntegriCloud