[Lldb-commits] [lldb] Logging setup for lldb-dap extension (PR #146884)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 22 11:36:38 PDT 2025
================
@@ -156,16 +157,34 @@ async function getDAPArguments(
.get<string[]>("arguments", []);
}
+/**
+ * Formats the given date as a string in the form "YYYYMMdd".
----------------
rbenegal wrote:
In case there is another patch: I think this should be YYYYMMddTHHMMSS?
https://github.com/llvm/llvm-project/pull/146884
More information about the lldb-commits
mailing list