[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Fri May 10 07:34:12 PDT 2024


================
@@ -12,6 +12,9 @@
 #include "lldb/Utility/ProcessInfo.h"
 #include "gtest/gtest.h"
 
+#include <cerrno>
+#include <sys/resource.h>
----------------
emaste wrote:

Much of this file would work just fine on FreeBSD as well so that might make sense, although I'm not sure what the best structure would be -- maybe much of this file should move to a new lldb/unittests/Host/posix/HostTest.cpp, leaving anything Linux-specific here?

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


More information about the lldb-commits mailing list