Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3515 const char *continue_cstr = in AsyncThread() local
3521 __FUNCTION__, GetID(), continue_cstr); in AsyncThread()
3523 if (::strstr(continue_cstr, "vAttach") == nullptr) in AsyncThread()
3530 llvm::StringRef(continue_cstr, continue_cstr_len), in AsyncThread()
3575 if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()
3579 } else if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()