Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h178 bool StartNoticingNewThreads() override;
H A DProcessGDBRemote.cpp3712 bool ProcessGDBRemote::StartNoticingNewThreads() { in StartNoticingNewThreads() function in ProcessGDBRemote
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp522 m_process->StartNoticingNewThreads(); in WillResume()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2302 virtual bool StartNoticingNewThreads() { return true; } in StartNoticingNewThreads() function