Searched refs:continue_cstr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 3765 const char *continue_cstr = in AsyncThread() local 3771 __FUNCTION__, arg, process->GetID(), continue_cstr); in AsyncThread() 3773 if (::strstr(continue_cstr, "vAttach") == nullptr) in AsyncThread() 3781 llvm::StringRef(continue_cstr, continue_cstr_len), in AsyncThread() 3793 llvm::StringRef(continue_cstr, continue_cstr_len), in AsyncThread() 3840 if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread() 3844 } else if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()
|