Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3611 const char *continue_cstr = in AsyncThread() local
3617 __FUNCTION__, GetID(), continue_cstr); in AsyncThread()
3619 if (::strstr(continue_cstr, "vAttach") == nullptr) in AsyncThread()
3626 llvm::StringRef(continue_cstr, continue_cstr_len), in AsyncThread()
3671 if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()
3675 } else if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()