[Lldb-commits] [lldb] Allow multiple destroy callbacks in `SBDebugger::SetDestroyCallback()` (PR #89868)

via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 24 09:36:43 PDT 2024


jimingham wrote:

I would also find it surprising if "SetDestroyCallback" did "AddDestroyCallback".  That's not what the name says it does.  I have no problem with supporting multiple Destroy callbacks.  But I agree with Jonas, that needs to be a separate API with an appropriate name.  And also tests...

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


More information about the lldb-commits mailing list