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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to