[Lldb-commits] [lldb] [lldb-dap] expand tilde in dap executable path (PR #162635)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 9 06:48:30 PDT 2025
================
@@ -9,6 +10,16 @@ import { LogFilePathProvider, LogType } from "./logging";
const exec = util.promisify(child_process.execFile);
+/**
----------------
walter-erquinigo wrote:
you can also copy and simplify the code of that library and add it as a utility in lldb-dap
https://github.com/llvm/llvm-project/pull/162635
More information about the lldb-commits
mailing list