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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 27 02:07:01 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>
----------------
labath wrote:

Are all of these still used?

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


More information about the lldb-commits mailing list