================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits