[Lldb-commits] [PATCH] D56234: [lldb-server] Add unnamed pipe support to PipeWindows
Aaron Smith via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 2 16:49:50 PST 2019
asmith created this revision.
asmith added reviewers: zturner, llvm-commits.
Herald added a subscriber: lldb-commits.
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.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D56234
Files:
include/lldb/Host/windows/PipeWindows.h
source/Host/windows/PipeWindows.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
tools/lldb-server/lldb-gdbserver.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56234.179969.patch
Type: text/x-patch
Size: 11677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190103/9c22e3f5/attachment-0001.bin>
More information about the lldb-commits
mailing list