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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 10:50:12 PDT 2024


clayborg wrote:

I have wanted to be able to hook into target creation to be able to setup targets when they get created. It would be also nice to get an event when a process is not longer being debugged due to process exit or detach.

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


More information about the lldb-commits mailing list