Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBUnixSignals.cpp90 bool SBUnixSignals::GetShouldSuppress(int32_t signo) const { in GetShouldSuppress() function in SBUnixSignals
91 LLDB_RECORD_METHOD_CONST(bool, SBUnixSignals, GetShouldSuppress, (int32_t), in GetShouldSuppress()
95 return signals_sp->GetShouldSuppress(signo); in GetShouldSuppress()
192 LLDB_REGISTER_METHOD_CONST(bool, SBUnixSignals, GetShouldSuppress, in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBUnixSignals.i38 GetShouldSuppress (int32_t signo) const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBUnixSignals.h37 bool GetShouldSuppress(int32_t signo) const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDUnixSignals.h41 bool GetShouldSuppress(int32_t signo) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDUnixSignals.cpp210 bool UnixSignals::GetShouldSuppress(int signo) const { in GetShouldSuppress() function in UnixSignals
HDStopInfo.cpp954 if (!thread_sp->GetProcess()->GetUnixSignals()->GetShouldSuppress( in WillResume()