Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp92 if (stop_info_sp->ShouldStopSynchronous(event_ptr)) { in ShouldStop()
H A DStopInfo.cpp151 bool ShouldStopSynchronous(Event *event_ptr) override { in ShouldStopSynchronous() function in lldb_private::StopInfoBreakpoint
768 bool ShouldStopSynchronous(Event *event_ptr) override { in ShouldStopSynchronous() function in lldb_private::StopInfoWatchpoint
1059 bool ShouldStopSynchronous(Event *event_ptr) override { in ShouldStopSynchronous() function in lldb_private::StopInfoUnixSignal
H A DThreadPlanCallFunction.cpp343 m_real_stop_info_sp->ShouldStopSynchronous(event_ptr)) { in DoPlanExplainsStop()
H A DThread.cpp794 !private_stop_info->ShouldStopSynchronous(event_ptr)) { in ShouldStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h53 virtual bool ShouldStopSynchronous(Event *event_ptr) { return true; } in ShouldStopSynchronous() function