[Lldb-commits] [lldb] [lldb-dap] Add stdio redirection (PR #158609)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 15 08:42:06 PDT 2025


================
@@ -177,6 +177,31 @@ llvm::Error BaseRequestHandler::LaunchProcess(
     launch_info.SetEnvironment(env, true);
   }
 
+  if (!arguments.stdio.empty() && !arguments.disableSTDIO) {
----------------
walter-erquinigo wrote:

Move this to a helper function because this function is already very big

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


More information about the lldb-commits mailing list