[Lldb-commits] [lldb] [lldb] Fix FindProcessImpl() for iOS simulators (PR #139174)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 25 08:04:42 PDT 2025
royitaqi wrote:
Hi @JDevlieghere and @clayborg ,
Could you kindly review when you have the chance? I think the PR is close to finish, except the "how to make sure hello.cpp builds in Windows" question.
TL;DR updates:
1. Called `xcrun simctl spawn -s <device uuid> <path/to/binary>` to launch `a.out` and verified that its name and pid appear in `platform process list`.
2. Did the small fix which @clayborg pointed out, but with a `for` loop (not a `while`).
Thanks,
Roy
https://github.com/llvm/llvm-project/pull/139174
More information about the lldb-commits
mailing list