jimingham wrote:

That is the reason for introducing this concept.  Note that stop hooks are 
orthogonal to breakpoints, in that breakpoints allow you to react to the 
program running certain code, whereas stop hooks allow you to react to stop 
reasons in a pluggable manner.  So this allows a plugin to react to a stop 
reason without having to put the behavior in the generic StopInfo::ShouldStop 
and PerformAction methods.  So they are a complement to what you can to with 
internal breakpoints.

https://github.com/llvm/llvm-project/pull/164506
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to