Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h57 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
H A DNativeProcessNetBSD.cpp106 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
201 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()
377 thread.SetStoppedBySignal(info.psi_siginfo.si_signo, &info.psi_siginfo); in MonitorSignal()
872 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
1057 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()
H A DNativeThreadNetBSD.cpp76 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadNetBSD
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h60 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
H A DNativeProcessFreeBSD.cpp101 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
190 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP, in MonitorSIGSTOP()
379 thread.SetStoppedBySignal(info.pl_siginfo.si_signo, &info.pl_siginfo); in MonitorSignal()
848 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
1009 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()
H A DNativeThreadFreeBSD.cpp76 void NativeThreadFreeBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadFreeBSD
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.h74 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
H A DNativeThreadLinux.cpp279 void NativeThreadLinux::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadLinux
H A DNativeProcessLinux.cpp794 thread.SetStoppedBySignal(SIGSTOP, &info); in MonitorSignal()
829 thread.SetStoppedBySignal(signo, &info); in MonitorSignal()
1721 thread.SetStoppedBySignal(SIGSTOP); in AddThread()