[Lldb-commits] [lldb] [lldb-dap] Add stdio redirection for integrated and external terminals (PR #161089)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 29 08:09:49 PDT 2025


================
@@ -47,6 +47,12 @@ def debugger_pid: S<"debugger-pid">,
   HelpText<"The PID of the lldb-dap instance that sent the launchInTerminal "
     "request when using --launch-target.">;
 
+def stdio: S<"stdio">,
----------------
walter-erquinigo wrote:

would it be possible to redirect 2 to 1, for example, instead of providing full paths? If that works, state a couple of examples of different kinds of inputs here.

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


More information about the lldb-commits mailing list