[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:34 PDT 2024
================
@@ -12,6 +12,9 @@
#include "lldb/Utility/ProcessInfo.h"
#include "gtest/gtest.h"
+#include <cerrno>
+#include <sys/resource.h>
----------------
clayborg wrote:
it is ok to include this header file here because this is a linux specific host test.
https://github.com/llvm/llvm-project/pull/91544
More information about the lldb-commits
mailing list