summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix various warnings. NFCZachary Turner2017-03-021-2/+2
* UriParser cleanupPavel Labath2017-02-101-1/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Replace chdir() usage with the llvm equivalent.Pavel Labath2017-01-251-6/+2
* Replace getcwd with the llvm equivalentPavel Labath2017-01-231-4/+4
* Convert UriParser to use StringRef.Zachary Turner2016-11-171-4/+4
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-461/+435
* Convert GetNameColonValue to return StringRefs.Zachary Turner2016-08-291-6/+6
* Fix some build bot breakages.Zachary Turner2016-08-271-1/+1
* Convert some functions to use StringRef instead of c_str, lenZachary Turner2016-08-271-5/+5
* Switch over to using socketpair for local debugserver connections as they are...Greg Clayton2016-08-121-1/+2
* Remove platform plugins from lldb-serverPavel Labath2016-06-291-2/+1
* fix up lldb-server platform on Apple hostsTodd Fiala2016-05-271-0/+3
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-22/+18
* Generalize child process monitoring functionsPavel Labath2016-05-111-14/+6
* Pass socket scheme as part of debug server listen URL.Oleksiy Vyalov2016-02-031-0/+1
* Fix MSVC build after rL255016Tamas Berghammer2015-12-081-2/+4
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-63/+106
* Make lldb-gdbserver to take explicit socket scheme as command line argument.Oleksiy Vyalov2015-10-281-1/+4
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-8/+63
* Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton2015-10-191-5/+5
* [LLGS] Spawned process handling cleanupPavel Labath2015-07-291-0/+91
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-1/+1
* Fix warnings.Bruce Mitchener2015-07-221-0/+1
* Refactor Unix signals.Chaoren Lin2015-07-141-0/+33
* Windows: fix bug in getcwd() and add chdir().Ted Woodward2015-05-121-5/+0
* Get lldb-server building on android-9Vince Harron2015-05-121-1/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-3/+4
* Fix logging in GDBRemoteCommunicationServerPlatform.Oleksiy Vyalov2015-02-251-3/+3
* Fix qLaunchGDBServer packet parsing in GDBRemoteCommunicationServerPlatform.Oleksiy Vyalov2015-02-241-2/+2
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-0/+380
OpenPOWER on IntegriCloud