[Lldb-commits] [lldb] [lldb] Introduce internal stop hooks (PR #164506)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 22 05:15:34 PDT 2025
DavidSpickett wrote:
I have used stop hooks as a user but never had to deal with their implementation. So my first question here is "but why?".
The strongest point here seems to be:
> Combining these 3 concepts we can model "internal
> stop hooks" which serve the same function as
> LLDB's internal breakpoints: executing built-in,
> LLDB-defined behavior, leveraging the existing
> mechanism of stop hooks.
And maybe those who have worked on them will think that is enough to make this change.
Is there a bigger motivation for this?
https://github.com/llvm/llvm-project/pull/164506
More information about the lldb-commits
mailing list