[Lldb-commits] [lldb] [lldb-dap] Improving logging support and formatting. (PR #170731)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 4 13:34:14 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) {
----------------
DrSergei wrote:
nit: missed `static` keyword
https://github.com/llvm/llvm-project/pull/170731
More information about the lldb-commits
mailing list