[Lldb-commits] [lldb] Add SBDebugger:: AddNotificationCallback API (PR #111206)

via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 8 14:57:55 PDT 2024


================
@@ -1362,6 +1362,12 @@ enum Severity {
   eSeverityInfo, // Equivalent to Remark used in clang.
 };
 
+enum NotificationType {
+  eDebuggerWillBeCreated = (1 << 0),
----------------
jimingham wrote:

Yes, it's not useful to call this before the new Debugger is fully initialized.

https://github.com/llvm/llvm-project/pull/111206


More information about the lldb-commits mailing list