Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h57 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
H A DNativeProcessNetBSD.cpp105 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
199 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()
375 thread.SetStoppedBySignal(info.psi_siginfo.si_signo, &info.psi_siginfo); in MonitorSignal()
891 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
1076 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()
H A DNativeThreadNetBSD.cpp76 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadNetBSD
/src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h62 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
H A DNativeProcessFreeBSD.cpp118 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
206 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP, in MonitorSIGSTOP()
395 thread.SetStoppedBySignal(info.pl_siginfo.si_signo, &info.pl_siginfo); in MonitorSignal()
875 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
1036 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()
H A DNativeThreadFreeBSD.cpp76 void NativeThreadFreeBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadFreeBSD