Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2314 virtual bool StopNoticingNewThreads() { return true; } in StopNoticingNewThreads() function
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3938 bool ProcessGDBRemote::StopNoticingNewThreads() { in StopNoticingNewThreads() function in ProcessGDBRemote