Home
last modified time | relevance | path

Searched defs:StopNoticingNewThreads (Results 1 – 2 of 2) sorted by relevance

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