Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h185 bool StartNoticingNewThreads() override;
DProcessGDBRemote.cpp3912 bool ProcessGDBRemote::StartNoticingNewThreads() { in StartNoticingNewThreads() function in ProcessGDBRemote
/external/llvm-project/lldb/source/Target/
DThreadList.cpp521 m_process->StartNoticingNewThreads(); in WillResume()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2307 virtual bool StartNoticingNewThreads() { return true; } in StartNoticingNewThreads() function