[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri May 10 09:26:15 PDT 2024
================
@@ -12,6 +12,9 @@
#include "lldb/Utility/ProcessInfo.h"
#include "gtest/gtest.h"
+#include <cerrno>
+#include <sys/resource.h>
----------------
clayborg wrote:
This is fine if this is a host test, so nothing needs to be done. We are expecting linux + posix here which is fine.
https://github.com/llvm/llvm-project/pull/91544
More information about the lldb-commits
mailing list