[Lldb-commits] [lldb] [lldb-dap] Improving logging support and formatting. (PR #170731)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 4 16:41:37 PST 2025


================
@@ -480,7 +480,7 @@ void HandleTargetEvent(const lldb::SBEvent &event, Log *log) {
   }
 }
 
-void HandleBreakpointEvent(const lldb::SBEvent &event, Log *log) {
+void HandleBreakpointEvent(const lldb::SBEvent &event, Log &log) {
----------------
ashgti wrote:

Done.

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


More information about the lldb-commits mailing list