summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* 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-4/+0
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-74/+54
* Remove platform plugins from lldb-serverPavel Labath2016-06-291-1/+0
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+2
* Generalize child process monitoring functionsPavel Labath2016-05-111-7/+0
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-0/+17
* Make lldb-gdbserver to take explicit socket scheme as command line argument.Oleksiy Vyalov2015-10-281-1/+3
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-9/+9
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-1/+10
* [LLGS] Spawned process handling cleanupPavel Labath2015-07-291-0/+10
* Refactor Unix signals.Chaoren Lin2015-07-141-0/+3
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-1/+7
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-0/+96
OpenPOWER on IntegriCloud