================
@@ -40,8 +40,9 @@ TEST_F(HostTest, GetProcessInfo) {
        triple.getEnvironment() == llvm::Triple::EnvironmentType::Android));
 
   ProcessInstanceInfo Info;
+#ifndef _AIX
----------------
labath wrote:

I see... Well, that could be a bit tricky (not just for this test, but in 
general), because lldb defines `LLDB_INVALID_PROCESS_ID` to be zero.

What can you tell me about this process? Is it some system/kernel process that 
runs before `init`? Can it even be debugged/attached to?

https://github.com/llvm/llvm-project/pull/134354
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to