Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanBase.cpp92 if (stop_info_sp->ShouldStopSynchronous(event_ptr)) { in ShouldStop()
HDStopInfo.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
HDThreadPlanCallFunction.cpp343 m_real_stop_info_sp->ShouldStopSynchronous(event_ptr)) { in DoPlanExplainsStop()
HDThread.cpp794 !private_stop_info->ShouldStopSynchronous(event_ptr)) { in ShouldStop()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStopInfo.h53 virtual bool ShouldStopSynchronous(Event *event_ptr) { return true; } in ShouldStopSynchronous() function