Lines Matching refs:GetStringRef
359 m_qSupported_response = response.GetStringRef().str(); in GetRemoteQSupported()
361 for (llvm::StringRef x : llvm::split(response.GetStringRef(), ';')) { in GetRemoteQSupported()
434 const char *response_cstr = response.GetStringRef().data(); in GetVContSupported()
546 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetThreadsInfo()
757 error_str = std::string(response.GetStringRef().substr(1)); in GetLaunchSuccess()
2372 response.GetStringRef().size()) in GetUserName()
2399 response.GetStringRef().size()) in GetGroupName()
2641 StructuredData::ParseJSON(std::string(response.GetStringRef())); in QueryGDBServer()
3447 new DataBufferHeap(response.GetStringRef().size() / 2, 0)); in ReadRegister()
3462 new DataBufferHeap(response.GetStringRef().size() / 2, 0)); in ReadAllRegisters()
3724 llvm::StringRef ref = response.GetStringRef(); in GetQOffsets()
3891 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetModulesInfo()
3941 chunk.GetStringRef().empty()) { in ReadExtFeature()
3947 switch (chunk.GetStringRef()[0]) { in ReadExtFeature()
3955 output_stream << chunk.GetStringRef().drop_front(); in ReadExtFeature()
3956 offset += chunk.GetStringRef().size() - 1; in ReadExtFeature()
4042 llvm::StringRef response_str(response.GetStringRef()); in ServeSymbolLookups()
4149 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSupportedStructuredDataPlugins()
4158 __FUNCTION__, response.GetStringRef().data()); in GetSupportedStructuredDataPlugins()
4215 stream.PutCString(type_name.GetStringRef()); in ConfigureRemoteStructuredData()
4234 if (strcmp(response.GetStringRef().data(), "OK") == 0) { in ConfigureRemoteStructuredData()
4241 response.GetStringRef().data()); in ConfigureRemoteStructuredData()
4284 response.GetStringRef().str().c_str()); in KillProcess()