jimingham wrote: Jason's right about why we decided to make address breakpoints eager. I also want this because ThreadPlans tend to set address breakpoints in their ShouldStop, and if the breakpoint didn't work they would want to know in ShouldStop so they could make other plans.
For the most part, if a user wants lldb to calculate an address that you intend to use in a breakpoint you get the resolver to do it for you, and that wouldn't be a AddressResolver. Those are really only used when you have computed an Address by hand and want to break on that Address. https://github.com/llvm/llvm-project/pull/192971 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
