Searched refs:ShouldStop (Results 51 - 53 of 53) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp465 BreakpointLocation::ShouldStop (StoppointCallbackContext *context) function in class:BreakpointLocation
480 // We only run synchronous callbacks in ShouldStop:
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp801 Thread::ShouldStop (Event* event_ptr) function in class:Thread
846 log->Printf ("^^^^^^^^ Thread::ShouldStop Begin ^^^^^^^^");
863 log->Printf ("StopInfo::ShouldStop async callback says we should not stop, returning ShouldStop of false.");
897 should_stop = plan_ptr->ShouldStop (event_ptr);
938 should_stop = current_plan->ShouldStop (event_ptr);
951 should_stop = current_plan->ShouldStop(event_ptr);
1020 log->Printf ("vvvvvvvv Thread::ShouldStop End (returning %i) vvvvvvvv", should_stop);
H A DProcess.cpp3964 m_thread_list.ShouldStop (event_ptr);
3972 // It makes no sense to ask "ShouldStop" if we've already been restarted...
3977 should_resume = m_thread_list.ShouldStop (event_ptr) == false;
4610 this_thread_wants_to_stop = stop_info_sp->ShouldStop(event_ptr);

Completed in 138 milliseconds

123