Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBUnixSignals.cpp111 bool SBUnixSignals::GetShouldStop(int32_t signo) const { in GetShouldStop() function in SBUnixSignals
112 LLDB_RECORD_METHOD_CONST(bool, SBUnixSignals, GetShouldStop, (int32_t), in GetShouldStop()
116 return signals_sp->GetShouldStop(signo); in GetShouldStop()
195 LLDB_REGISTER_METHOD_CONST(bool, SBUnixSignals, GetShouldStop, (int32_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBUnixSignals.i45 GetShouldStop (int32_t signo) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBUnixSignals.h41 bool GetShouldStop(int32_t signo) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h47 bool GetShouldStop(int32_t signo) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp226 bool UnixSignals::GetShouldStop(int signo) const { in GetShouldStop() function in UnixSignals
H A DStopInfo.cpp957 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()
964 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStop()
H A DProcess.cpp793 if (process_sp->GetUnixSignals()->GetShouldStop(signo)) in HandleProcessStateChangedEvent()
824 if (process_sp->GetUnixSignals()->GetShouldStop(signo)) { in HandleProcessStateChangedEvent()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65134 result = (bool)((lldb::SBUnixSignals const *)arg1)->GetShouldStop(arg2); in _wrap_SBUnixSignals_GetShouldStop()