From b1c73532ee8997fe5dfbeb7d223027bdf99758a0 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 9 Dec 2023 14:28:42 +0100 Subject: Vendor import of llvm-project main llvmorg-18-init-14265-ga17671084db1. --- lldb/source/Target/ThreadPlanStepUntil.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Target/ThreadPlanStepUntil.cpp') diff --git a/lldb/source/Target/ThreadPlanStepUntil.cpp b/lldb/source/Target/ThreadPlanStepUntil.cpp index f63e97d3c402..ee0f803510e6 100644 --- a/lldb/source/Target/ThreadPlanStepUntil.cpp +++ b/lldb/source/Target/ThreadPlanStepUntil.cpp @@ -182,7 +182,7 @@ void ThreadPlanStepUntil::AnalyzeStop() { } else m_should_stop = false; - if (this_site->GetNumberOfOwners() == 1) + if (this_site->GetNumberOfConstituents() == 1) m_explains_stop = true; else m_explains_stop = false; @@ -228,7 +228,7 @@ void ThreadPlanStepUntil::AnalyzeStop() { // only breakpoint here, then we do explain the stop, and we'll // continue. If not then we should let higher plans handle this // stop. - if (this_site->GetNumberOfOwners() == 1) + if (this_site->GetNumberOfConstituents() == 1) m_explains_stop = true; else { m_should_stop = true; -- cgit v1.3