Home
last modified time | relevance | path

Searched refs:m_takedown_done (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp110 m_return_valobj_sp(), m_takedown_done(false), in ThreadPlanCallFunction()
143 m_return_valobj_sp(), m_takedown_done(false), in ThreadPlanCallFunction()
187 if (!m_takedown_done) { in DoTakedown()
196 m_takedown_done = true; in DoTakedown()
245 if (m_takedown_done || IsPlanComplete()) in ShouldReportStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h95 void ThreadDestroyed() override { m_takedown_done = true; } in ThreadDestroyed()
140 bool m_takedown_done; // We want to ensure we only do the takedown once. This variable