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

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


jeffreytan81 wrote:

@jimingham , @clayborg, do you guys prefer `target stop-hook` style approach or  `SBNotificationCallback` style python API callback? 

@clayborg, for `SBNotificationCallback`, does `lldb::SBExecutionContext` wrap the process, target or debugger object that is creating/destroying?

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


More information about the lldb-commits mailing list