Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h179 bool StopNoticingNewThreads() override;
H A DProcessGDBRemote.cpp3678 bool ProcessGDBRemote::StopNoticingNewThreads() { in StopNoticingNewThreads() function in ProcessGDBRemote
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp555 m_process->StopNoticingNewThreads(); in WillResume()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2331 virtual bool StopNoticingNewThreads() { return true; } in StopNoticingNewThreads() function