summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of usleep in generic codePavel Labath2019-08-051-4/+4
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-13/+12
* Make ConnectionFileDescription work with all socketsAntonio Afonso2019-05-301-12/+11
* gdb-remote: reduce some inclusion of Target/Process.hSaleem Abdulrasool2019-05-021-1/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Resubmit "Don't include UnixSignals.h from Host."Zachary Turner2019-03-061-1/+1
* Revert "Don't include UnixSignals.h from Host."Davide Italiano2019-02-151-1/+1
* Don't include UnixSignals.h from Host.Zachary Turner2019-02-151-1/+1
* Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath2019-02-121-1/+1
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-1/+1
* 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-5/+1
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-101-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-27/+23
* Fix windows build after r329296Pavel Labath2018-04-051-0/+1
* Move StringExtractorGDBRemote.h to the include folderPavel Labath2018-03-201-1/+1
* Fix a use-after-free in lldb-serverPavel Labath2017-10-271-2/+3
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-8/+8
* Delete some more dead includes.Zachary Turner2017-03-221-1/+0
* 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
OpenPOWER on IntegriCloud