[Lldb-commits] [lldb] [lldb] Adding file and pipe support to lldb_private::MainLoopWindows. (PR #145621)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 27 10:38:14 PDT 2025


================
@@ -31,8 +31,11 @@
 #include <netdb.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
+#include <sys/ioctl.h>
 #include <sys/socket.h>
+#include <sys/stat.h>
 #include <sys/un.h>
+#include <termios.h>
----------------
ashgti wrote:

Removed.

https://github.com/llvm/llvm-project/pull/145621


More information about the lldb-commits mailing list