Home
last modified time | relevance | path

Searched refs:StopNoticingNewThreads (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h203 bool StopNoticingNewThreads() override;
H A DProcessGDBRemote.cpp4026 bool ProcessGDBRemote::StopNoticingNewThreads() { in StopNoticingNewThreads() function in ProcessGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp527 m_process->StopNoticingNewThreads(); in WillResume()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2567 virtual bool StopNoticingNewThreads() { return true; } in StopNoticingNewThreads() function