Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.h60 void SetStoppedByExec();
DNativeThreadNetBSD.cpp112 void NativeThreadNetBSD::SetStoppedByExec() { in SetStoppedByExec() function in NativeThreadNetBSD
DNativeProcessNetBSD.cpp256 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByExec(); in MonitorSIGTRAP()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeThreadFreeBSD.h60 void SetStoppedByExec();
DNativeThreadFreeBSD.cpp107 void NativeThreadFreeBSD::SetStoppedByExec() { in SetStoppedByExec() function in NativeThreadFreeBSD
DNativeProcessFreeBSD.cpp244 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedByExec(); in MonitorSIGTRAP()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.h72 void SetStoppedByExec();
DNativeThreadLinux.cpp331 void NativeThreadLinux::SetStoppedByExec() { in SetStoppedByExec() function in NativeThreadLinux
DNativeProcessLinux.cpp609 main_thread->SetStoppedByExec(); in MonitorSIGTRAP()