Lines Matching refs:PutCString
357 packet.PutCString("qSupported"); in GetRemoteQSupported()
359 packet.PutCString(i == 0 ? ":" : ";"); in GetRemoteQSupported()
360 packet.PutCString(features[i]); in GetRemoteQSupported()
528 payload.PutCString(packetStr); in GetThreadPacketSupported()
771 packet.PutCString("vRun"); in LaunchProcess()
888 packet.PutCString("QEnvironmentHexEncoded:"); in SendEnvironmentPacket()
1401 packet.PutCString("I"); in SendStdinNotification()
1852 packet.PutCString("QSetSTDIN:"); in SetSTDIN()
1872 packet.PutCString("QSetSTDOUT:"); in SetSTDOUT()
1892 packet.PutCString("QSetSTDERR:"); in SetSTDERR()
1928 packet.PutCString("QSetWorkingDir:"); in SetWorkingDir()
2263 packet.PutCString("qfProcessInfo"); in FindProcesses()
2277 packet.PutCString("name_match:equals;"); in FindProcesses()
2281 packet.PutCString("name_match:contains;"); in FindProcesses()
2285 packet.PutCString("name_match:starts_with;"); in FindProcesses()
2289 packet.PutCString("name_match:ends_with;"); in FindProcesses()
2293 packet.PutCString("name_match:regex;"); in FindProcesses()
2297 packet.PutCString("name:"); in FindProcesses()
2324 packet.PutCString("triple:"); in FindProcesses()
2325 packet.PutCString(triple.getTriple()); in FindProcesses()
2412 packet.PutCString("abcdefghijklmnopqrstuvwxyz"); in MakeSpeedTestPacket()
2572 packet.PutCString("abcdefghijklmnopqrstuvwxyz"); in SendSpeedTestPacket()
2595 stream.PutCString("qLaunchGDBServer;"); in LaunchGDBServer()
2698 packet.PutCString("-1"); in SendSetCurrentThreadPacket()
2940 stream.PutCString("qPlatform_shell:"); in RunShellCommand()
2986 stream.PutCString("qPlatform_mkdir:"); in MakeDirectory()
3007 stream.PutCString("qPlatform_chmod:"); in SetFilePermissions()
3058 stream.PutCString("vFile:open:"); in OpenFile()
3127 stream.PutCString("vFile:size:"); in GetFileSize()
3151 stream.PutCString("qPathComplete:"); in AutoCompleteDiskFileOrDirectory()
3180 stream.PutCString("vFile:mode:"); in GetFilePermissions()
3299 stream.PutCString("vFile:symlink:"); in CreateSymlink()
3332 stream.PutCString("vFile:unlink:"); in Unlink()
3365 stream.PutCString("vFile:exists:"); in GetFileExists()
3395 stream.PutCString("vFile:MD5:"); in CalculateMD5()
3505 payload.PutCString("QSaveRegisterState"); in SaveRegisterState()
3562 escaped_packet.PutCString("jLLDBTraceSupported"); in SendTraceSupported()
3588 escaped_packet.PutCString("jLLDBTraceStop:"); in SendTraceStop()
3623 escaped_packet.PutCString("jLLDBTraceStart:"); in SendTraceStart()
3658 escaped_packet.PutCString("jLLDBTraceGetState:"); in SendTraceGetState()
3692 escaped_packet.PutCString("jLLDBTraceGetBinaryData:"); in SendTraceGetBinaryData()
3769 packet.PutCString("qModuleInfo:"); in GetModuleInfo()
3771 packet.PutCString(";"); in GetModuleInfo()
3872 unescaped_payload.PutCString("jModulesInfo:"); in GetModulesInfo()
4025 packet.PutCString("qSymbol::"); in ServeSymbolLookups()
4105 packet.PutCString("qSymbol:"); in ServeSymbolLookups()
4112 packet.PutCString(":"); in ServeSymbolLookups()
4210 stream.PutCString("QConfigure"); in ConfigureRemoteStructuredData()
4211 stream.PutCString(type_name); in ConfigureRemoteStructuredData()