aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-dap/tool/Options.td
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-dap/tool/Options.td')
-rw-r--r--lldb/tools/lldb-dap/tool/Options.td8
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/tools/lldb-dap/tool/Options.td b/lldb/tools/lldb-dap/tool/Options.td
index 5e9dd7a..339a64f 100644
--- a/lldb/tools/lldb-dap/tool/Options.td
+++ b/lldb/tools/lldb-dap/tool/Options.td
@@ -82,3 +82,11 @@ def connection_timeout: S<"connection-timeout">,
"timeout is reached, the server will be closed and the process will exit. "
"Not specifying this argument or specifying non-positive values will "
"cause the server to wait for new connections indefinitely.">;
+
+def client
+ : S<"client">,
+ MetaVarName<"<client>">,
+ HelpText<
+ "Use lldb-dap as a launcher for a curated number of DAP client.">;
+
+def REM : R<["--"], "">;