[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Wed May 8 19:09:35 PDT 2024
================
@@ -17,6 +17,7 @@
#include <climits>
#include <optional>
+#include <sys/resource.h>
----------------
clayborg wrote:
Not every OS will have this header file, so I am not sure we can/should be importing this header. Windows build will most likely fail and any non unix based OS as well.
https://github.com/llvm/llvm-project/pull/91544
More information about the lldb-commits
mailing list