[Lldb-commits] [lldb] [lldb] Add linux test for the three-arg version of getProcFile (PR #146500)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 1 03:15:31 PDT 2025


================
@@ -21,9 +26,15 @@ TEST(Support, getProcFile_Pid) {
 }
 #endif // #ifndef __APPLE__
 
-#if defined(_AIX) && defined(LLVM_ENABLE_THREADING)
+#if (defined(_AIX) || defined(__linux__)) && defined(LLVM_ENABLE_THREADING)
----------------
DavidSpickett wrote:

Why do we care about threading here, are we starting a new process using llvm's APIs then asking for the proc files of that process?

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


More information about the lldb-commits mailing list