[Lldb-commits] [lldb] [lldb-dap] Add process picker command to VS Code extension (PR #128943)

Matthew Bastien via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 6 13:45:55 PST 2025


================
@@ -0,0 +1,16 @@
+import { ChildProcessWithoutNullStreams, spawn } from "child_process";
+import { LinuxProcessTree } from "./linux-process-tree";
+
+function fill(prefix: string, suffix: string, length: number): string {
----------------
matthewbastien wrote:

Thanks! I didn't know about that function. Done.

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


More information about the lldb-commits mailing list