Lines Matching refs:GetStringRef
366 m_qSupported_response = response.GetStringRef().str(); in GetRemoteQSupported()
368 for (llvm::StringRef x : llvm::split(response.GetStringRef(), ';')) { in GetRemoteQSupported()
441 const char *response_cstr = response.GetStringRef().data(); in GetVContSupported()
553 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetThreadsInfo()
822 response.GetStringRef().substr(1)); in LaunchProcess()
2375 response.GetStringRef().size()) in GetUserName()
2402 response.GetStringRef().size()) in GetGroupName()
2649 StructuredData::ParseJSON(std::string(response.GetStringRef())); in QueryGDBServer()
3453 new DataBufferHeap(response.GetStringRef().size() / 2, 0)); in ReadRegister()
3468 new DataBufferHeap(response.GetStringRef().size() / 2, 0)); in ReadAllRegisters()
3730 llvm::StringRef ref = response.GetStringRef(); in GetQOffsets()
3897 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetModulesInfo()
3947 chunk.GetStringRef().empty()) { in ReadExtFeature()
3953 switch (chunk.GetStringRef()[0]) { in ReadExtFeature()
3961 output_stream << chunk.GetStringRef().drop_front(); in ReadExtFeature()
3962 offset += chunk.GetStringRef().size() - 1; in ReadExtFeature()
4048 llvm::StringRef response_str(response.GetStringRef()); in ServeSymbolLookups()
4155 StructuredData::ParseJSON(std::string(response.GetStringRef())); in GetSupportedStructuredDataPlugins()
4164 __FUNCTION__, response.GetStringRef().data()); in GetSupportedStructuredDataPlugins()
4221 stream.PutCString(type_name.GetStringRef()); in ConfigureRemoteStructuredData()
4240 if (strcmp(response.GetStringRef().data(), "OK") == 0) { in ConfigureRemoteStructuredData()
4247 response.GetStringRef().data()); in ConfigureRemoteStructuredData()
4290 response.GetStringRef().str().c_str()); in KillProcess()