Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2309 virtual bool StopNoticingNewThreads() { return true; } in StopNoticingNewThreads() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3738 bool ProcessGDBRemote::StopNoticingNewThreads() { in StopNoticingNewThreads() function in ProcessGDBRemote