Searched refs:step_more (Results 1 – 11 of 11) sorted by relevance
44 ShouldStop (bool &step_more);
51 ShouldStop (bool &step_more);
99 ThreadKDP::ShouldStop (bool &step_more) in ShouldStop() argument
54 ShouldStop (bool &step_more);
151 ThreadGDBRemote::ShouldStop (bool &step_more) in ShouldStop() argument
37 bool ShouldStop (bool &step_more);
78 bool ShouldStop(bool &step_more);
414 MachThread::ShouldStop(bool &step_more) in ShouldStop() argument429 step_more = true; in ShouldStop()
472 MachThreadList::ShouldStop(bool &step_more) in ShouldStop() argument479 should_stop = m_threads[idx]->ShouldStop(step_more); in ShouldStop()
1170 bool step_more = false; in ExceptionMessageBundleComplete() local1171 if (m_thread_list.ShouldStop(step_more)) in ExceptionMessageBundleComplete()
598 * MachThread.cpp (MachThread::ShouldStop): Fills in new step_more parameter600 * MachThreadList.cpp (MachThreadList::ShouldStop): Pass step_more parameter