Home
last modified time | relevance | path

Searched refs:WasContinueInterrupted (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h64 bool WasContinueInterrupted(Thread &thread) override;
H A DStopInfoMachException.cpp824 bool StopInfoMachException::WasContinueInterrupted(Thread &thread) { in WasContinueInterrupted() function in StopInfoMachException
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h85 virtual bool WasContinueInterrupted(Thread &thread) { return false; } in WasContinueInterrupted() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp429 if (m_stop_info_sp && m_stop_info_sp->WasContinueInterrupted(*this)) in GetPrivateStopInfo()