Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h65 void SetStoppedWithNoReason();
H A DNativeThreadNetBSD.cpp160 void NativeThreadNetBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason() function in NativeThreadNetBSD
H A DNativeProcessNetBSD.cpp232 static_cast<NativeThreadNetBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
379 thread.SetStoppedWithNoReason(); in MonitorSignal()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h68 void SetStoppedWithNoReason();
H A DNativeThreadFreeBSD.cpp160 void NativeThreadFreeBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason() function in NativeThreadFreeBSD
H A DNativeProcessFreeBSD.cpp267 static_cast<NativeThreadFreeBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
382 thread.SetStoppedWithNoReason(); in MonitorSignal()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.h97 void SetStoppedWithNoReason();
H A DNativeThreadLinux.cpp474 void NativeThreadLinux::SetStoppedWithNoReason() { in SetStoppedWithNoReason() function in NativeThreadLinux
H A DNativeProcessLinux.cpp796 thread.SetStoppedWithNoReason(); in MonitorSignal()