[Lldb-commits] [lldb] [lldb][AIX] get host info for AIX (cont..) (PR #138687)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue May 27 07:42:59 PDT 2025
https://github.com/labath commented:
> Added some delay
You did, but to the wrong place. What I'm trying to ensure is that the child process does not exit before we can observe it. This makes that failure mode even likelier.
Take a look at the suggested edits to see what I had in mind.
https://github.com/llvm/llvm-project/pull/138687
More information about the lldb-commits
mailing list