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

via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 10:02:25 PDT 2024


jimingham wrote:

Also, if you are going to hook creation, you should also hook destruction, shouldn't you?  Whatever accounting you are doing for a debugger's once it exists might need to be torn down when that debugger goes away.

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


More information about the lldb-commits mailing list