Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h70 void SetStoppedWithNoReason();
H A DNativeThreadFreeBSD.cpp159 void NativeThreadFreeBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason() function in NativeThreadFreeBSD
H A DNativeProcessFreeBSD.cpp283 static_cast<NativeThreadFreeBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
398 thread.SetStoppedWithNoReason(); in MonitorSignal()