Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3751 const char *continue_cstr = in AsyncThread() local
3757 __FUNCTION__, GetID(), continue_cstr); in AsyncThread()
3759 if (::strstr(continue_cstr, "vAttach") == nullptr) in AsyncThread()
3766 llvm::StringRef(continue_cstr, continue_cstr_len), in AsyncThread()
3811 if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()
3815 } else if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()