Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h177 bool StartNoticingNewThreads() override;
H A DProcessGDBRemote.cpp3652 bool ProcessGDBRemote::StartNoticingNewThreads() { in StartNoticingNewThreads() function in ProcessGDBRemote
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp549 m_process->StartNoticingNewThreads(); in WillResume()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2324 virtual bool StartNoticingNewThreads() { return true; } in StartNoticingNewThreads() function