================
@@ -52,14 +37,33 @@ struct SourceBreakpoint : public Breakpoint {
   static bool BreakpointHitCallback(void *baton, lldb::SBProcess &process,
                                     lldb::SBThread &thread,
                                     lldb::SBBreakpointLocation &location);
----------------
ashgti wrote:

Does `BreakpointHitCallback` need to be in the header here? I guess that may be 
a functional change if we move this into the .cpp file. 

I also think other breakpoint types can also have log callbacks, but I'm not 
sure if they're all handled consistently.

https://github.com/llvm/llvm-project/pull/133780
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to