[Lldb-commits] [lldb] [lldb] Fix FindProcessImpl() for iOS simulators (PR #139174)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 16 14:50:34 PDT 2025


JDevlieghere wrote:

> 1. It seems to me the test binary `a.out` isn't running on the simulator (doesn't appear in `platform process list`). Is this expected/intentional?

I can definitely see the binary running:

```
jonas            46758   0.0  0.0 410596000  22720 s000  SX    2:43PM   0:00.09 /Users/jonas/llvm/build-ra/lldb-test-build.noindex/macosx/simulator/TestSimulatorPlatform.test_ios/a.out
```

If it's not showing up in the `platform process list` then maybe there's a bug in the implementation?

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


More information about the lldb-commits mailing list