Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h182 bool StartNoticingNewThreads() override;
H A DProcessGDBRemote.cpp3804 bool ProcessGDBRemote::StartNoticingNewThreads() { in StartNoticingNewThreads() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp548 m_process.StartNoticingNewThreads(); in WillResume()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2455 virtual bool StartNoticingNewThreads() { return true; } in StartNoticingNewThreads() function