jimingham wrote: This dropped off my queue somehow. In that time, in the process of adding support for internal stop hooks, the iteration over stop hooks was changed so that first we build a list of the "active stop hooks" and then only iterate over those when running the hooks. That has the same effect as this patch of iterating over a copy, not over the ivar list, and thus always iterating over the whole set of hooks valid at the time we stopped.
https://github.com/llvm/llvm-project/pull/160416 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
