Searched refs:SetStoppedBySignal (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.h | 57 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
|
| H A D | NativeProcessNetBSD.cpp | 106 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 D | NativeThreadNetBSD.cpp | 76 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadNetBSD
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeThreadFreeBSD.h | 60 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
|
| H A D | NativeProcessFreeBSD.cpp | 101 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 D | NativeThreadFreeBSD.cpp | 76 void NativeThreadFreeBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadFreeBSD
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.h | 74 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
|
| H A D | NativeThreadLinux.cpp | 279 void NativeThreadLinux::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadLinux
|
| H A D | NativeProcessLinux.cpp | 794 thread.SetStoppedBySignal(SIGSTOP, &info); in MonitorSignal() 829 thread.SetStoppedBySignal(signo, &info); in MonitorSignal() 1721 thread.SetStoppedBySignal(SIGSTOP); in AddThread()
|