Home
last modified time | relevance | path

Searched refs:continue_cstr (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3622 const char *continue_cstr = in AsyncThread() local
3628 __FUNCTION__, GetID(), continue_cstr); in AsyncThread()
3630 if (::strstr(continue_cstr, "vAttach") == nullptr) in AsyncThread()
3637 llvm::StringRef(continue_cstr, continue_cstr_len), in AsyncThread()
3682 if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()
3686 } else if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()