Home
last modified time | relevance | path

Searched refs:ShouldStopSynchronous (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Target/
DThreadPlanBase.cpp120 if (stop_info_sp->ShouldStopSynchronous(event_ptr)) in ShouldStop()
DStopInfo.cpp172 ShouldStopSynchronous (Event *event_ptr) in ShouldStopSynchronous() function in lldb_private::StopInfoBreakpoint
592 ShouldStopSynchronous (Event *event_ptr) in ShouldStopSynchronous() function in lldb_private::StopInfoWatchpoint
839 ShouldStopSynchronous (Event *event_ptr) in ShouldStopSynchronous() function in lldb_private::StopInfoUnixSignal
DThreadPlanCallFunction.cpp457 if (m_real_stop_info_sp->ShouldStopSynchronous(event_ptr)) in DoPlanExplainsStop()
DThread.cpp740 if (private_stop_info && private_stop_info->ShouldStopSynchronous(event_ptr) == false) in ShouldStop()
/external/lldb/include/lldb/Target/
DStopInfo.h77 ShouldStopSynchronous (Event *event_ptr) in ShouldStopSynchronous() function