[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:47:24 PDT 2025


================
@@ -9,6 +10,16 @@ import { LogFilePathProvider, LogType } from "./logging";
 
 const exec = util.promisify(child_process.execFile);
 
+/**
----------------
walter-erquinigo wrote:

better use this package https://www.npmjs.com/package/untildify
there are some interesting cases related to ~, so better rely on a library

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


More information about the lldb-commits mailing list