Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h65 void SetStoppedWithNoReason();
H A DNativeThreadNetBSD.cpp157 void NativeThreadNetBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason() function in NativeThreadNetBSD
H A DNativeProcessNetBSD.cpp231 static_cast<NativeThreadNetBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
378 thread.SetStoppedWithNoReason(); in MonitorSignal()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h65 void SetStoppedWithNoReason();
H A DNativeThreadFreeBSD.cpp157 void NativeThreadFreeBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason() function in NativeThreadFreeBSD
H A DNativeProcessFreeBSD.cpp261 static_cast<NativeThreadFreeBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
372 thread.SetStoppedWithNoReason(); in MonitorSignal()