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

Sergei Druzhkov via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 1 14:02:41 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">,
----------------
DrSergei wrote:

I expect only paths here because we have full control over this option when starting the `runInTerminal` launcher. Therefore, we can resolve everything on the callee side

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


More information about the lldb-commits mailing list