
Add a -v/--version command line argument to print the version of both the lldb-dap binary and the liblldb it's linked against. This is motivated by me trying to figure out which lldb-dap I had in my PATH.
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
# RUN: lldb-dap --help | FileCheck %s
|
|
# CHECK: --connection
|
|
# CHECK: -g
|
|
# CHECK: --help
|
|
# CHECK: -h
|
|
# CHECK: --repl-mode
|
|
# CHECK: --version
|
|
# CHECK: --wait-for-debugger
|