Files
clang-p2996/lldb/test/Shell/VSCode/TestOptions.test
Ivan Hernandez c47e0e2d37 [lldb-vscode] Use libOption with tablegen to parse command line options.
This change will bring lldb-vscode in line with how several other llvm
tools process command line arguments and make it easier to add future
options.

Differential revision: https://reviews.llvm.org/D74798
2020-02-21 08:15:06 -08:00

9 lines
139 B
Plaintext

# RUN: lldb-vscode --help | FileCheck %s
# CHECK: -g
# CHECK: --help
# CHECK: -h
# CHECK: --port
# CHECK: -p
# CHECK: --wait-for-debugger