Lines Matching refs:PutCString

350   packet.PutCString("qSupported");  in GetRemoteQSupported()
352 packet.PutCString(i == 0 ? ":" : ";"); in GetRemoteQSupported()
353 packet.PutCString(features[i]); in GetRemoteQSupported()
555 payload.PutCString("p0"); in GetpPacketSupported()
859 packet.PutCString("QEnvironmentHexEncoded:"); in SendEnvironmentPacket()
1328 packet.PutCString("I"); in SendStdinNotification()
1749 packet.PutCString("QSetSTDIN:"); in SetSTDIN()
1769 packet.PutCString("QSetSTDOUT:"); in SetSTDOUT()
1789 packet.PutCString("QSetSTDERR:"); in SetSTDERR()
1825 packet.PutCString("QSetWorkingDir:"); in SetWorkingDir()
2110 packet.PutCString("qfProcessInfo"); in FindProcesses()
2124 packet.PutCString("name_match:equals;"); in FindProcesses()
2128 packet.PutCString("name_match:contains;"); in FindProcesses()
2132 packet.PutCString("name_match:starts_with;"); in FindProcesses()
2136 packet.PutCString("name_match:ends_with;"); in FindProcesses()
2140 packet.PutCString("name_match:regex;"); in FindProcesses()
2144 packet.PutCString("name:"); in FindProcesses()
2172 packet.PutCString("triple:"); in FindProcesses()
2173 packet.PutCString(triple.getTriple()); in FindProcesses()
2280 packet.PutCString("abcdefghijklmnopqrstuvwxyz"); in MakeSpeedTestPacket()
2435 packet.PutCString("abcdefghijklmnopqrstuvwxyz"); in SendSpeedTestPacket()
2458 stream.PutCString("qLaunchGDBServer;"); in LaunchGDBServer()
2784 stream.PutCString("qPlatform_shell:"); in RunShellCommand()
2830 stream.PutCString("qPlatform_mkdir:"); in MakeDirectory()
2852 stream.PutCString("qPlatform_chmod:"); in SetFilePermissions()
2893 stream.PutCString("vFile:open:"); in OpenFile()
2926 stream.PutCString("vFile:size:"); in GetFileSize()
2945 stream.PutCString("vFile:mode:"); in GetFilePermissions()
3045 stream.PutCString("vFile:symlink:"); in CreateSymlink()
3078 stream.PutCString("vFile:unlink:"); in Unlink()
3110 stream.PutCString("vFile:exists:"); in GetFileExists()
3129 stream.PutCString("vFile:MD5:"); in CalculateMD5()
3240 payload.PutCString("QSaveRegisterState"); in SaveRegisterState()
3299 escaped_packet.PutCString("jTraceStart:"); in SendStartTracePacket()
3345 escaped_packet.PutCString("jTraceStop:"); in SendStopTracePacket()
3377 escaped_packet.PutCString("jTraceBufferRead:"); in SendGetDataPacket()
3386 escaped_packet.PutCString("jTraceMetaRead:"); in SendGetMetaDataPacket()
3399 escaped_packet.PutCString("jTraceConfigRead:"); in SendGetTraceConfigPacket()
3510 packet.PutCString("qModuleInfo:"); in GetModuleInfo()
3512 packet.PutCString(";"); in GetModuleInfo()
3615 unescaped_payload.PutCString("jModulesInfo:"); in GetModulesInfo()
3776 packet.PutCString("qSymbol::"); in ServeSymbolLookups()
3862 packet.PutCString("qSymbol:"); in ServeSymbolLookups()
3869 packet.PutCString(":"); in ServeSymbolLookups()
3968 stream.PutCString("QConfigure"); in ConfigureRemoteStructuredData()
3969 stream.PutCString(type_name.AsCString()); in ConfigureRemoteStructuredData()