[Lldb-commits] [lldb] Add SBDebugger:: AddNotificationCallback API (PR #111206)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 16 13:18:57 PDT 2024
cmtice 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.
Something I have wanted for a long time is a stop hook just BEFORE the target is created, to that I can change the setting for target.debug-file-search-paths before LLDB tries to read all the debug info (that it can't find because the search path setting hasn't been properly set up for us).
https://github.com/llvm/llvm-project/pull/111206
More information about the lldb-commits
mailing list