Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h56 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
H A DNativeProcessNetBSD.cpp110 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
199 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()
292 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSignal()
678 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
H A DNativeThreadNetBSD.cpp34 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadNetBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.h90 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);