Lines Matching refs:PutCString
348 packet.PutCString("qSupported"); in GetRemoteQSupported()
350 packet.PutCString(i == 0 ? ":" : ";"); in GetRemoteQSupported()
351 packet.PutCString(features[i]); in GetRemoteQSupported()
519 payload.PutCString(packetStr); in GetThreadPacketSupported()
796 packet.PutCString("vRun"); in SendArgumentsPacket()
902 packet.PutCString("QEnvironmentHexEncoded:"); in SendEnvironmentPacket()
1403 packet.PutCString("I"); in SendStdinNotification()
1866 packet.PutCString("QSetSTDIN:"); in SetSTDIN()
1886 packet.PutCString("QSetSTDOUT:"); in SetSTDOUT()
1906 packet.PutCString("QSetSTDERR:"); in SetSTDERR()
1942 packet.PutCString("QSetWorkingDir:"); in SetWorkingDir()
2268 packet.PutCString("qfProcessInfo"); in FindProcesses()
2282 packet.PutCString("name_match:equals;"); in FindProcesses()
2286 packet.PutCString("name_match:contains;"); in FindProcesses()
2290 packet.PutCString("name_match:starts_with;"); in FindProcesses()
2294 packet.PutCString("name_match:ends_with;"); in FindProcesses()
2298 packet.PutCString("name_match:regex;"); in FindProcesses()
2302 packet.PutCString("name:"); in FindProcesses()
2329 packet.PutCString("triple:"); in FindProcesses()
2330 packet.PutCString(triple.getTriple()); in FindProcesses()
2417 packet.PutCString("abcdefghijklmnopqrstuvwxyz"); in MakeSpeedTestPacket()
2572 packet.PutCString("abcdefghijklmnopqrstuvwxyz"); in SendSpeedTestPacket()
2595 stream.PutCString("qLaunchGDBServer;"); in LaunchGDBServer()
2695 packet.PutCString("-1"); in SendSetCurrentThreadPacket()
2937 stream.PutCString("qPlatform_shell:"); in RunShellCommand()
2983 stream.PutCString("qPlatform_mkdir:"); in MakeDirectory()
3004 stream.PutCString("qPlatform_chmod:"); in SetFilePermissions()
3055 stream.PutCString("vFile:open:"); in OpenFile()
3124 stream.PutCString("vFile:size:"); in GetFileSize()
3148 stream.PutCString("qPathComplete:"); in AutoCompleteDiskFileOrDirectory()
3177 stream.PutCString("vFile:mode:"); in GetFilePermissions()
3296 stream.PutCString("vFile:symlink:"); in CreateSymlink()
3329 stream.PutCString("vFile:unlink:"); in Unlink()
3362 stream.PutCString("vFile:exists:"); in GetFileExists()
3392 stream.PutCString("vFile:MD5:"); in CalculateMD5()
3502 payload.PutCString("QSaveRegisterState"); in SaveRegisterState()
3559 escaped_packet.PutCString("jLLDBTraceSupported"); in SendTraceSupported()
3585 escaped_packet.PutCString("jLLDBTraceStop:"); in SendTraceStop()
3620 escaped_packet.PutCString("jLLDBTraceStart:"); in SendTraceStart()
3655 escaped_packet.PutCString("jLLDBTraceGetState:"); in SendTraceGetState()
3689 escaped_packet.PutCString("jLLDBTraceGetBinaryData:"); in SendTraceGetBinaryData()
3766 packet.PutCString("qModuleInfo:"); in GetModuleInfo()
3768 packet.PutCString(";"); in GetModuleInfo()
3869 unescaped_payload.PutCString("jModulesInfo:"); in GetModulesInfo()
4022 packet.PutCString("qSymbol::"); in ServeSymbolLookups()
4109 packet.PutCString("qSymbol:"); in ServeSymbolLookups()
4116 packet.PutCString(":"); in ServeSymbolLookups()
4214 stream.PutCString("QConfigure"); in ConfigureRemoteStructuredData()
4215 stream.PutCString(type_name.GetStringRef()); in ConfigureRemoteStructuredData()