We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9800c34 commit 6b863e8Copy full SHA for 6b863e8
lldb/tools/lldb-dap/Transport.cpp
@@ -38,7 +38,7 @@ ReadFull(IOObject &descriptor, size_t length,
38
bool timeout_supported = true;
39
// FIXME: SelectHelper does not work with NativeFile on Win32.
40
#if _WIN32
41
- timeout_supported = descriptor.GetFdType() == eFDTypeSocket;
+ timeout_supported = descriptor.GetFdType() == IOObject::eFDTypeSocket;
42
#endif
43
44
if (timeout && timeout_supported) {
0 commit comments