[lldb-dev] Pipe issue on LLDB Windows?
Deepak Panickal
deepak at codeplay.com
Thu Aug 7 13:01:34 PDT 2014
Hi,
I have been seeing an issue with the refactored pipe support changes on Windows using _pipe().
This is specifically at the ::select function in ConnectionFileDescriptor::BytesAvailable().
On Windows, the ::select fails if the pipe file descriptor is also included and so the connection fails.
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/ConnectionFileDescriptor.cpp?view=markup
Wanted to ask if anybody else on Windows is seeing any such issue?
Thanks,
Deepak
More information about the lldb-dev
mailing list