[Lldb-commits] [lldb] [lldb-dap] Add new optional argument `time-to-live` when using `--connection` (PR #156803)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 4 10:32:03 PDT 2025


================
@@ -509,6 +547,17 @@ int main(int argc, char *argv[]) {
   }
 
   if (!connection.empty()) {
+    int ttl = 0;
----------------
ashgti wrote:

nit: Could this be `ttl_ms` or maybe a `std::chrono::milliseconds` instead of an `int`?

https://github.com/llvm/llvm-project/pull/156803


More information about the lldb-commits mailing list