Home
last modified time | relevance | path

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

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