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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits