Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h65 void SetStoppedWithNoReason();
H A DNativeThreadNetBSD.cpp159 void NativeThreadNetBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason() function in NativeThreadNetBSD
H A DNativeProcessNetBSD.cpp230 static_cast<NativeThreadNetBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
377 thread.SetStoppedWithNoReason(); in MonitorSignal()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h68 void SetStoppedWithNoReason();
H A DNativeThreadFreeBSD.cpp159 void NativeThreadFreeBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason() function in NativeThreadFreeBSD
H A DNativeProcessFreeBSD.cpp265 static_cast<NativeThreadFreeBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
380 thread.SetStoppedWithNoReason(); in MonitorSignal()