Home
last modified time | relevance | path

Searched refs:GetShouldStop (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBUnixSignals.cpp103 bool SBUnixSignals::GetShouldStop(int32_t signo) const { in GetShouldStop() function in SBUnixSignals
107 return signals_sp->GetShouldStop(signo); in GetShouldStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBUnixSignals.h41 bool GetShouldStop(int32_t signo) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h74 bool GetShouldStop(int32_t signo) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp279 bool UnixSignals::GetShouldStop(int signo) const { in GetShouldStop() function in UnixSignals
H A DStopInfo.cpp1083 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()
1147 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in IsShouldStopSignal()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp76474 result = (bool)((lldb::SBUnixSignals const *)arg1)->GetShouldStop(arg2); in _wrap_SBUnixSignals_GetShouldStop()