Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h184 bool StopNoticingNewThreads() override;
H A DProcessGDBRemote.cpp3819 bool ProcessGDBRemote::StopNoticingNewThreads() { in StopNoticingNewThreads() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp555 m_process->StopNoticingNewThreads(); in WillResume()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2437 virtual bool StopNoticingNewThreads() { return true; } in StopNoticingNewThreads() function