Searched refs:continue_cstr (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 3688 const char *continue_cstr = in AsyncThread() local 3694 __FUNCTION__, arg, process->GetID(), continue_cstr); in AsyncThread() 3696 if (::strstr(continue_cstr, "vAttach") == nullptr) in AsyncThread() 3704 llvm::StringRef(continue_cstr, continue_cstr_len), in AsyncThread() 3716 llvm::StringRef(continue_cstr, continue_cstr_len), in AsyncThread() 3762 if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread() 3766 } else if (::strstr(continue_cstr, "vAttach") != nullptr && in AsyncThread()
|