llvm-project/lldb/tools/lldb-server
Aaron Smith e55850be23 [lldb-server] Add unnamed pipe support to PipeWindows
Summary:
This adds unnamed pipe support in PipeWindows to support communication between a debug server and child process.
Modify PipeWindows::CreateNew to support the creation of an unnamed pipe.
Rename the previous method that created a named pipe to PipeWindows::CreateNewNamed.

Reviewers: zturner, llvm-commits

Reviewed By: zturner

Subscribers: Hui, labath, lldb-commits

Differential Revision: https://reviews.llvm.org/D56234

llvm-svn: 350784
2019-01-10 00:46:09 +00:00
..
Darwin/resources [NFC] Darwin llgs support from Week of Code 2016-09-04 00:18:56 +00:00
Acceptor.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Acceptor.h Move Connection and IOObject interfaces to Utility module 2017-06-27 10:33:14 +00:00
CMakeLists.txt [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
LLDBServerUtilities.cpp Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
LLDBServerUtilities.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SystemInitializerLLGS.cpp [Reproducers] Change how reproducers are initialized. 2018-12-03 17:28:29 +00:00
SystemInitializerLLGS.h [Reproducers] Change how reproducers are initialized. 2018-12-03 17:28:29 +00:00
lldb-gdbserver.cpp [lldb-server] Add unnamed pipe support to PipeWindows 2019-01-10 00:46:09 +00:00
lldb-platform.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
lldb-server.cpp [Reproducers] Change how reproducers are initialized. 2018-12-03 17:28:29 +00:00
lldb-server.exports