Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h180 bool StopNoticingNewThreads() override;
H A DProcessGDBRemote.cpp3738 bool ProcessGDBRemote::StopNoticingNewThreads() { in StopNoticingNewThreads() function in ProcessGDBRemote
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp528 m_process->StopNoticingNewThreads(); in WillResume()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2309 virtual bool StopNoticingNewThreads() { return true; } in StopNoticingNewThreads() function