Searched defs:m_should_stop (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThreadPlanStepUntil.h54 bool m_should_stop; member in class:lldb_private::ThreadPlanStepUntil
/external/lldb/source/Target/
H A DStopInfo.cpp115 m_should_stop (false),
128 m_should_stop (should_stop),
185 m_should_stop = bp_site_sp->ShouldStop (&context);
194 m_should_stop = true;
198 return m_should_stop;
308 return m_should_stop;
331 m_should_stop = true;
344 m_should_stop = true;
350 // we set m_should_stop to true; we are going to stop.
358 m_should_stop
510 bool m_should_stop; member in class:lldb_private::StopInfoBreakpoint
808 bool m_should_stop; member in class:lldb_private::StopInfoWatchpoint
[all...]

Completed in 376 milliseconds