================
@@ -138,7 +138,10 @@ class LLDB_API SBUnixSignals;
typedef bool (*SBBreakpointHitCallback)(void *baton, lldb::SBProcess &process,
lldb::SBThread &thread,
lldb::SBBreakpointLocation &location);
-
+typedef void (*SBNotificationCallback)(lldb::NotificationType type,
+ lldb::SBDebugger &,
+ lldb::SBExecutionContext &exe_ctx,
----------------
clayborg wrote:
Can we add accessors to the SBExecutionContext for accessing a debugger? We can
modify the `lldb_private::ExecutionContext` to add a `lldb::DebuggerSP` and add
accessors to the debugger object and then add that to the
`lldb::SBExecutionContext" API?
https://github.com/llvm/llvm-project/pull/111206
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits