Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.h62 void SetStoppedWithNoReason();
DNativeThreadNetBSD.cpp133 void NativeThreadNetBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason() function in NativeThreadNetBSD
DNativeProcessNetBSD.cpp224 static_cast<NativeThreadNetBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
347 thread.SetStoppedWithNoReason(); in MonitorSignal()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeThreadFreeBSD.h62 void SetStoppedWithNoReason();
DNativeThreadFreeBSD.cpp128 void NativeThreadFreeBSD::SetStoppedWithNoReason() { in SetStoppedWithNoReason() function in NativeThreadFreeBSD
DNativeProcessFreeBSD.cpp253 static_cast<NativeThreadFreeBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
328 thread.SetStoppedWithNoReason(); in MonitorSignal()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.h84 void SetStoppedWithNoReason();
DNativeThreadLinux.cpp394 void NativeThreadLinux::SetStoppedWithNoReason() { in SetStoppedWithNoReason() function in NativeThreadLinux
DNativeProcessLinux.cpp824 thread.SetStoppedWithNoReason(); in MonitorSignal()