Lines Matching refs:PutCString

358   packet.PutCString("qSupported");  in GetRemoteQSupported()
360 packet.PutCString(i == 0 ? ":" : ";"); in GetRemoteQSupported()
361 packet.PutCString(features[i]); in GetRemoteQSupported()
541 payload.PutCString(packetStr); in GetThreadPacketSupported()
784 packet.PutCString("vRun"); in LaunchProcess()
901 packet.PutCString("QEnvironmentHexEncoded:"); in SendEnvironmentPacket()
1414 packet.PutCString("I"); in SendStdinNotification()
1869 packet.PutCString("QSetSTDIN:"); in SetSTDIN()
1889 packet.PutCString("QSetSTDOUT:"); in SetSTDOUT()
1909 packet.PutCString("QSetSTDERR:"); in SetSTDERR()
1945 packet.PutCString("QSetWorkingDir:"); in SetWorkingDir()
2292 packet.PutCString("qfProcessInfo"); in FindProcesses()
2306 packet.PutCString("name_match:equals;"); in FindProcesses()
2310 packet.PutCString("name_match:contains;"); in FindProcesses()
2314 packet.PutCString("name_match:starts_with;"); in FindProcesses()
2318 packet.PutCString("name_match:ends_with;"); in FindProcesses()
2322 packet.PutCString("name_match:regex;"); in FindProcesses()
2326 packet.PutCString("name:"); in FindProcesses()
2353 packet.PutCString("triple:"); in FindProcesses()
2354 packet.PutCString(triple.getTriple()); in FindProcesses()
2441 packet.PutCString("abcdefghijklmnopqrstuvwxyz"); in MakeSpeedTestPacket()
2601 packet.PutCString("abcdefghijklmnopqrstuvwxyz"); in SendSpeedTestPacket()
2624 stream.PutCString("qLaunchGDBServer;"); in LaunchGDBServer()
2727 packet.PutCString("-1"); in SendSetCurrentThreadPacket()
2969 stream.PutCString("qPlatform_shell:"); in RunShellCommand()
3015 stream.PutCString("qPlatform_mkdir:"); in MakeDirectory()
3036 stream.PutCString("qPlatform_chmod:"); in SetFilePermissions()
3087 stream.PutCString("vFile:open:"); in OpenFile()
3156 stream.PutCString("vFile:size:"); in GetFileSize()
3180 stream.PutCString("qPathComplete:"); in AutoCompleteDiskFileOrDirectory()
3209 stream.PutCString("vFile:mode:"); in GetFilePermissions()
3328 stream.PutCString("vFile:symlink:"); in CreateSymlink()
3361 stream.PutCString("vFile:unlink:"); in Unlink()
3394 stream.PutCString("vFile:exists:"); in GetFileExists()
3424 stream.PutCString("vFile:MD5:"); in CalculateMD5()
3578 payload.PutCString("QSaveRegisterState"); in SaveRegisterState()
3635 escaped_packet.PutCString("jLLDBTraceSupported"); in SendTraceSupported()
3661 escaped_packet.PutCString("jLLDBTraceStop:"); in SendTraceStop()
3696 escaped_packet.PutCString("jLLDBTraceStart:"); in SendTraceStart()
3731 escaped_packet.PutCString("jLLDBTraceGetState:"); in SendTraceGetState()
3765 escaped_packet.PutCString("jLLDBTraceGetBinaryData:"); in SendTraceGetBinaryData()
3842 packet.PutCString("qModuleInfo:"); in GetModuleInfo()
3844 packet.PutCString(";"); in GetModuleInfo()
3945 unescaped_payload.PutCString("jModulesInfo:"); in GetModulesInfo()
4098 packet.PutCString("qSymbol::"); in ServeSymbolLookups()
4178 packet.PutCString("qSymbol:"); in ServeSymbolLookups()
4185 packet.PutCString(":"); in ServeSymbolLookups()
4283 stream.PutCString("QConfigure"); in ConfigureRemoteStructuredData()
4284 stream.PutCString(type_name); in ConfigureRemoteStructuredData()