Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h187 bool StopNoticingNewThreads() override;
DProcessGDBRemote.cpp3938 bool ProcessGDBRemote::StopNoticingNewThreads() { in StopNoticingNewThreads() function in ProcessGDBRemote
/external/llvm-project/lldb/source/Target/
DThreadList.cpp527 m_process->StopNoticingNewThreads(); in WillResume()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2314 virtual bool StopNoticingNewThreads() { return true; } in StopNoticingNewThreads() function