[Lldb-commits] [lldb] Add SBDebugger:: AddNotificationCallback API (PR #111206)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 8 15:05:52 PDT 2024
================
@@ -1362,6 +1362,12 @@ enum Severity {
eSeverityInfo, // Equivalent to Remark used in clang.
};
+enum NotificationType {
----------------
jimingham wrote:
Might be good to put a comment here saying (a) this is used for SBNotificationCallbacks and (b) this is where you should add any other notification callbacks (i.e. target creation and destruction...) That should be made clear so we don't invent another mechanism for this elsewhere...
https://github.com/llvm/llvm-project/pull/111206
More information about the lldb-commits
mailing list