[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:43:19 PST 2024
================
@@ -138,15 +140,20 @@ struct SendEventRequestHandler : public lldb::SBCommandPluginInterface {
struct DAP {
llvm::StringRef debug_adaptor_path;
+ std::optional<std::ofstream> &log;
----------------
ashgti wrote:
Removed the optional and just passed a plain pointer instead.
https://github.com/llvm/llvm-project/pull/120457
More information about the lldb-commits
mailing list