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/
DProcessGDBRemote.h177 bool StartNoticingNewThreads() override;
DProcessGDBRemote.cpp3652 bool ProcessGDBRemote::StartNoticingNewThreads() { in StartNoticingNewThreads() function in ProcessGDBRemote
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadList.cpp549 m_process->StartNoticingNewThreads(); in WillResume()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h2324 virtual bool StartNoticingNewThreads() { return true; } in StartNoticingNewThreads() function