[Lldb-commits] [lldb] [lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle. (PR #120457)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 20 13:42:54 PST 2024


================
@@ -173,6 +178,63 @@ ExceptionBreakpoint *DAP::GetExceptionBreakpoint(const lldb::break_id_t bp_id) {
   return nullptr;
 }
 
+llvm::Error DAP::ConfigureIO(std::optional<std::FILE *> overrideOut,
----------------
ashgti wrote:

Removed the optional and just passed a `std::FILE *` instead.

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


More information about the lldb-commits mailing list