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
3 lines
107 B
Plaintext
3 lines
107 B
Plaintext
# RUN: not %lldb --wait-for 2>&1 | FileCheck %s
|
|
# CHECK: error: --wait-for requires a name (--attach-name)
|