Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3470 const char *continue_cstr = in AsyncThread() local
3476 __FUNCTION__, GetID(), continue_cstr); in AsyncThread()
3478 if (::strstr(continue_cstr, "vAttach") == nullptr) in AsyncThread()
3485 llvm::StringRef(continue_cstr, continue_cstr_len), in AsyncThread()
3530 if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()
3534 } else if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()