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

via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 8 12:29:04 PDT 2024


jeffreytan81 wrote:

The PR is revised based on feedback. In this PR, it supports `eDebuggerWillBeCreated` and `eDebuggerWillBeDestroyed` notifications. We can add more in future. The callback is only called if the type filtering matches (for example, the client asks for `eDebuggerWillBeCreated`, it won't invoke the callback if `eDebuggerWillBeDestroyed` notification is invoked. 

Let me know if this makes sense. 

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


More information about the lldb-commits mailing list