[Lldb-commits] [lldb] [lldb][NFC] Sink eager breakpoint logic into ExecuteBreakpointSiteAction (PR #198741)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Wed May 20 09:50:27 PDT 2026


felipepiovezan wrote:

> This seems reasonable. I wonder if there are enough call sites to warrant do_it_now having a default argument. Maybe it would be easier to read if everybody had to explicitly state whether they were forcing an update or not?

Yup, agreed. I've removed the default, and also renamed the parameter to "forbid_delay", conveying the idea that if this is true, then we definitely don't delay. But if this is false, nothing is promised.

https://github.com/llvm/llvm-project/pull/198741


More information about the lldb-commits mailing list