Home
last modified time | relevance | path

Searched refs:m_should_stop (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Target/
DStopInfo.cpp115 m_should_stop (false), in StopInfoBreakpoint()
128 m_should_stop (should_stop), in StopInfoBreakpoint()
185 m_should_stop = bp_site_sp->ShouldStop (&context); in ShouldStopSynchronous()
194 m_should_stop = true; in ShouldStopSynchronous()
198 return m_should_stop; in ShouldStopSynchronous()
308 return m_should_stop; in ShouldStop()
331 m_should_stop = true; in PerformAction()
344 m_should_stop = true; in PerformAction()
358 m_should_stop = false; in PerformAction()
378 m_should_stop = false; in PerformAction()
[all …]
DThreadPlanStepUntil.cpp48 m_should_stop (false), in ThreadPlanStepUntil()
180 m_should_stop = true; in AnalyzeStop()
223 m_should_stop = false; in AnalyzeStop()
272 m_should_stop = false; in AnalyzeStop()
281 m_should_stop = true; in AnalyzeStop()
328 return m_should_stop; in ShouldStop()
365 m_should_stop = true; in DoWillResume()
/external/lldb/include/lldb/Target/
DThreadPlanStepUntil.h54 bool m_should_stop; variable