Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBUnixSignals.cpp123 bool SBUnixSignals::GetShouldNotify(int32_t signo) const { in GetShouldNotify() function in SBUnixSignals
127 return signals_sp->GetShouldNotify(signo); in GetShouldNotify()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBUnixSignals.i52 GetShouldNotify (int32_t signo) const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBUnixSignals.h45 bool GetShouldNotify(int32_t signo) const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DUnixSignals.h53 bool GetShouldNotify(int32_t signo) const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DUnixSignals.cpp254 bool UnixSignals::GetShouldNotify(int signo) const { in GetShouldNotify() function in UnixSignals
H A DStopInfo.cpp1077 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()