[Lldb-commits] [lldb] [lldb-dap] Add new optional argument `time-to-live` when using `--connection` (PR #156803)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 4 05:04:20 PDT 2025
================
@@ -61,3 +61,10 @@ def pre_init_command: S<"pre-init-command">,
def: Separate<["-"], "c">,
Alias<pre_init_command>,
HelpText<"Alias for --pre-init-command">;
+
+def time_to_live: S<"time-to-live">,
+ MetaVarName<"<ttl>">,
+ HelpText<"When using --connection, the number of milliseconds to wait "
+ "for new connections at the beginning and after all clients have "
+ "disconnected. Not specifying this argument or specifying "
----------------
walter-erquinigo wrote:
You should also elaborate more in a new section in the documentation of lldb-dap, which is in `lldb/tools/lldb-dap/README.md`
https://github.com/llvm/llvm-project/pull/156803
More information about the lldb-commits
mailing list