cs01 wrote: If there is > 1 process with the same name, this occurs: ``` (lldb) process attach -n sleep error: attach failed: more than one process named sleep: PID PARENT USER TRIPLE ARGUMENTS ====== ====== ========== ============================== ============================ 5231 4741 root armv7-unknown-linux-android sleep 10000 5232 4741 root armv7-unknown-linux-android sleep 10000 5233 4741 root armv7-unknown-linux-android sleep 10000 5330 4741 root armv7-unknown-linux-android sleep 10006 ```
https://github.com/llvm/llvm-project/pull/160931 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
