[Lldb-commits] [lldb] [lldb] Added Pipe::WriteWithTimeout() (PR #101383)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 1 07:23:39 PDT 2024
slydiman wrote:
@labath
Note I have updated PipeTest.OpenAsReader. The behavior of the creating named pipe is different on Windows and Posix.
PipePosix calls mkfifo() and does not open the pipe. But PipeWindows really creates the pipe, which is already opened for read and write. Currently lldb is not using named pipes on Windows. But it must be fixed and the behavior must be the same.
https://github.com/llvm/llvm-project/pull/101383
More information about the lldb-commits
mailing list