Searched refs:continue_cstr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 3774 const char *continue_cstr = in AsyncThread() local 3780 __FUNCTION__, arg, process->GetID(), continue_cstr); in AsyncThread() 3782 if (::strstr(continue_cstr, "vAttach") == NULL) in AsyncThread() 3790 llvm::StringRef(continue_cstr, continue_cstr_len), in AsyncThread() 3802 llvm::StringRef(continue_cstr, continue_cstr_len), in AsyncThread() 3848 if (::strstr(continue_cstr, "vAttach") != NULL && in AsyncThread() 3852 } else if (::strstr(continue_cstr, "vAttach") != NULL && in AsyncThread()
|