Searched refs:SetStoppedBySignal (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
D | NativeThreadNetBSD.h | 57 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
|
D | NativeProcessNetBSD.cpp | 106 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()
|
D | NativeThreadNetBSD.cpp | 76 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadNetBSD
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeThreadFreeBSD.h | 57 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
|
D | NativeProcessFreeBSD.cpp | 101 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()
|
D | NativeThreadFreeBSD.cpp | 71 void NativeThreadFreeBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadFreeBSD
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeThreadLinux.h | 65 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
|
D | NativeThreadLinux.cpp | 274 void NativeThreadLinux::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadLinux
|
D | NativeProcessLinux.cpp | 304 thread.SetStoppedBySignal(SIGSTOP); in NativeProcessLinux() 822 thread.SetStoppedBySignal(SIGSTOP, &info); in MonitorSignal() 857 thread.SetStoppedBySignal(signo, &info); in MonitorSignal()
|