[llvm-branch-commits] [lldb] [lldb] Implement delayed breakpoints (PR #192971)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 27 14:00:08 PDT 2026
================
@@ -1698,7 +1774,8 @@ void Process::RemoveConstituentFromBreakpointSite(
if (num_constituents == 0) {
// Don't try to disable the site if we don't have a live process anymore.
if (IsAlive())
- DisableBreakpointSite(bp_site_sp.get());
+ ExecuteBreakpointSiteAction(*bp_site_sp, BreakpointAction::Disable,
----------------
jimingham wrote:
Again, why does this need to be immediate?
https://github.com/llvm/llvm-project/pull/192971
More information about the llvm-branch-commits
mailing list