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

via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 26 14:30:37 PDT 2024


royitaqi wrote:

Hi @JDevlieghere ,

The PR has changed quite a bit. If you have the time, maybe it's a good time to take another look.

Below is a TL;DR of some of the changes:
* Aadded Add/Remove
* Leave Set unchanged (but marked as deprecated)
* Added token in Add/Remove
* Handle concurrency
* Handle Add/Remove invocations from existing destroy callbacks during the destroy event


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


More information about the lldb-commits mailing list