[Lldb-commits] [PATCH] D56233: [lldb-server] Add initial support for building lldb-server on Windows

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 3 11:41:57 PST 2019


krytarowski added inline comments.


================
Comment at: include/lldb/Host/windows/PosixApi.h:78
 
+#define WNOHANG 1
+#define WUNTRACED 2
----------------
I think that these symbols should not be leaked here in the first place.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56233/new/

https://reviews.llvm.org/D56233





More information about the lldb-commits mailing list