Files
clang-p2996/lldb/test/Shell/Driver/TestWaitFor.test
Jonas Devlieghere a9032712c4 [lldb] Emit an error when using --wait-for without a name or pid (#142424)
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
2025-06-03 09:19:50 -07:00

3 lines
107 B
Plaintext

# RUN: not %lldb --wait-for 2>&1 | FileCheck %s
# CHECK: error: --wait-for requires a name (--attach-name)