summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-server/lldb-platform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning: lambda capture 'temp_file_path' is not usedJonas Devlieghere2019-09-161-2/+1
* [LLDB] Add missing breaks for switch statementTim Shen2019-09-131-0/+3
* [Support] Add overload writeFileAtomically(std::function Writer)Jan Korous2019-09-131-22/+28
* Enable lldb-server on WindowsAaron Smith2019-08-131-1/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-9/+9
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Sanity check --max-gdbserver-portJan Kratochvil2019-03-061-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Fix a copy-paste error in r307161Pavel Labath2017-07-061-2/+2
* Fix assorted compiler warnings (mismatched signedness and printf specifiers)Pavel Labath2017-07-051-31/+26
* Rename Error -> Status.Zachary Turner2017-05-121-15/+15
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Replace std::ofstream with llvm::raw_fd_ostreamPavel Labath2017-03-211-7/+9
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-3/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Introduce chrono to more gdb-remote functionsPavel Labath2016-11-241-1/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-332/+302
* 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