Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.h57 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
DNativeProcessNetBSD.cpp106 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
193 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()
345 thread.SetStoppedBySignal(info.psi_siginfo.si_signo, &info.psi_siginfo); in MonitorSignal()
816 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
DNativeThreadNetBSD.cpp76 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadNetBSD
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeThreadFreeBSD.h57 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
DNativeProcessFreeBSD.cpp101 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
178 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP, in MonitorSIGSTOP()
326 thread.SetStoppedBySignal(info.pl_siginfo.si_signo, &info.pl_siginfo); in MonitorSignal()
770 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
DNativeThreadFreeBSD.cpp71 void NativeThreadFreeBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadFreeBSD
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.h65 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
DNativeThreadLinux.cpp274 void NativeThreadLinux::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadLinux
DNativeProcessLinux.cpp304 thread.SetStoppedBySignal(SIGSTOP); in NativeProcessLinux()
822 thread.SetStoppedBySignal(SIGSTOP, &info); in MonitorSignal()
857 thread.SetStoppedBySignal(signo, &info); in MonitorSignal()