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

Reply via email to