Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2558 virtual bool StartNoticingNewThreads() { return true; } in StartNoticingNewThreads() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3999 bool ProcessGDBRemote::StartNoticingNewThreads() { in StartNoticingNewThreads() function in ProcessGDBRemote