summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Driver/TestWaitFor.test
AgeCommit message (Collapse)Author
2025-06-03[lldb] Emit an error when using --wait-for without a name or pid (#142424)Jonas Devlieghere
Emit an error when using --wait-for without a name and correct the help output to specify a name must be provided, rather than a name or PID. Motivated by https://discourse.llvm.org/t/why-is-wait-for-not-attaching/86636