================ @@ -1362,6 +1362,12 @@ enum Severity { eSeverityInfo, // Equivalent to Remark used in clang. }; +enum NotificationType { + eDebuggerWillBeCreated = (1 << 0), + eDebuggerWillBeDestroyed = + (1 << 1), // Call before debugger object is destroyed ---------------- labath wrote:
Do we actually want to treat this as a bitfield? If not, maybe they should just get the usual sequential numbers? 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