Searched defs:StopNoticingNewThreads (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 2460 virtual bool StopNoticingNewThreads() { return true; } StopNoticingNewThreads() function |
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ | ||
H A D | ProcessGDBRemote.cpp | 3830 bool ProcessGDBRemote::StopNoticingNewThreads() { StopNoticingNewThreads() function in ProcessGDBRemote |