Lines Matching refs:PutCString
323 packet.PutCString("qSupported"); in GetRemoteQSupported()
325 packet.PutCString(i == 0 ? ":" : ";"); in GetRemoteQSupported()
326 packet.PutCString(features[i]); in GetRemoteQSupported()
493 payload.PutCString(packetStr); in GetThreadPacketSupported()
866 packet.PutCString("QEnvironmentHexEncoded:"); in SendEnvironmentPacket()
1384 packet.PutCString("I"); in SendStdinNotification()
1834 packet.PutCString("QSetSTDIN:"); in SetSTDIN()
1854 packet.PutCString("QSetSTDOUT:"); in SetSTDOUT()
1874 packet.PutCString("QSetSTDERR:"); in SetSTDERR()
1910 packet.PutCString("QSetWorkingDir:"); in SetWorkingDir()
2219 packet.PutCString("qfProcessInfo"); in FindProcesses()
2233 packet.PutCString("name_match:equals;"); in FindProcesses()
2237 packet.PutCString("name_match:contains;"); in FindProcesses()
2241 packet.PutCString("name_match:starts_with;"); in FindProcesses()
2245 packet.PutCString("name_match:ends_with;"); in FindProcesses()
2249 packet.PutCString("name_match:regex;"); in FindProcesses()
2253 packet.PutCString("name:"); in FindProcesses()
2280 packet.PutCString("triple:"); in FindProcesses()
2281 packet.PutCString(triple.getTriple()); in FindProcesses()
2386 packet.PutCString("abcdefghijklmnopqrstuvwxyz"); in MakeSpeedTestPacket()
2541 packet.PutCString("abcdefghijklmnopqrstuvwxyz"); in SendSpeedTestPacket()
2564 stream.PutCString("qLaunchGDBServer;"); in LaunchGDBServer()
2664 packet.PutCString("-1"); in SendSetCurrentThreadPacket()
2903 stream.PutCString("qPlatform_shell:"); in RunShellCommand()
2949 stream.PutCString("qPlatform_mkdir:"); in MakeDirectory()
2970 stream.PutCString("qPlatform_chmod:"); in SetFilePermissions()
3010 stream.PutCString("vFile:open:"); in OpenFile()
3043 stream.PutCString("vFile:size:"); in GetFileSize()
3059 stream.PutCString("qPathComplete:"); in AutoCompleteDiskFileOrDirectory()
3087 stream.PutCString("vFile:mode:"); in GetFilePermissions()
3187 stream.PutCString("vFile:symlink:"); in CreateSymlink()
3220 stream.PutCString("vFile:unlink:"); in Unlink()
3252 stream.PutCString("vFile:exists:"); in GetFileExists()
3271 stream.PutCString("vFile:MD5:"); in CalculateMD5()
3381 payload.PutCString("QSaveRegisterState"); in SaveRegisterState()
3438 escaped_packet.PutCString("jLLDBTraceSupported"); in SendTraceSupported()
3464 escaped_packet.PutCString("jLLDBTraceStop:"); in SendTraceStop()
3499 escaped_packet.PutCString("jLLDBTraceStart:"); in SendTraceStart()
3534 escaped_packet.PutCString("jLLDBTraceGetState:"); in SendTraceGetState()
3568 escaped_packet.PutCString("jLLDBTraceGetBinaryData:"); in SendTraceGetBinaryData()
3648 packet.PutCString("qModuleInfo:"); in GetModuleInfo()
3650 packet.PutCString(";"); in GetModuleInfo()
3751 unescaped_payload.PutCString("jModulesInfo:"); in GetModulesInfo()
3913 packet.PutCString("qSymbol::"); in ServeSymbolLookups()
4000 packet.PutCString("qSymbol:"); in ServeSymbolLookups()
4007 packet.PutCString(":"); in ServeSymbolLookups()
4106 stream.PutCString("QConfigure"); in ConfigureRemoteStructuredData()
4107 stream.PutCString(type_name.GetStringRef()); in ConfigureRemoteStructuredData()