llvm-project/lldb/source/Host/windows
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
..
ConnectionGenericFileWindows.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
EditLineWin.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
FileSystem.cpp [FileSystme] Move ::open abstraction into FileSystem. 2018-11-02 17:34:16 +00:00
Host.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
HostInfoWindows.cpp Remove comments after header includes. 2018-11-11 23:16:43 +00:00
HostProcessWindows.cpp [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178 2018-11-02 08:47:33 +00:00
HostThreadWindows.cpp [Windows] Fix threads comparison on Windows 2018-10-18 07:52:56 +00:00
LockFileWindows.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
PipeWindows.cpp [lldb-server] Add unnamed pipe support to PipeWindows 2019-01-10 00:46:09 +00:00
ProcessLauncherWindows.cpp Do not create new terminals when launching process on Windows with --no-stdio 2018-09-12 19:50:45 +00:00
ProcessRunLock.cpp Fix build for mingw. 2016-12-15 15:00:41 +00:00
Windows.cpp Replace chdir() usage with the llvm equivalent. 2017-01-25 11:10:52 +00:00