Home
last modified time | relevance | path

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

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