Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h181 bool StartNoticingNewThreads() override;
H A DProcessGDBRemote.cpp3991 bool ProcessGDBRemote::StartNoticingNewThreads() { in StartNoticingNewThreads() function in ProcessGDBRemote
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp521 m_process->StartNoticingNewThreads(); in WillResume()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2325 virtual bool StartNoticingNewThreads() { return true; } in StartNoticingNewThreads() function