Lines Matching defs:packet
82 [](StringExtractorGDBRemote packet, Status &error,
150 StringExtractorGDBRemote &packet) {
160 packet.SetFilePos(::strlen("qLaunchGDBServer;"));
164 while (packet.GetNameColonValue(name, value)) {
202 StringExtractorGDBRemote &packet) {
229 StringExtractorGDBRemote &packet) {
230 packet.SetFilePos(::strlen("qKillSpawnedProcess:"));
232 lldb::pid_t pid = packet.GetU64(LLDB_INVALID_PROCESS_ID);
299 StringExtractorGDBRemote &packet) {
317 StringExtractorGDBRemote &packet) {
318 packet.SetFilePos(::strlen("qPathComplete:"));
319 const bool only_dir = (packet.GetHexMaxU32(false, 0) == 1);
320 if (packet.GetChar() != ',')
323 packet.GetHexByteString(path);
349 StringExtractorGDBRemote &packet) {
362 StringExtractorGDBRemote &packet) {
363 packet.SetFilePos(::strlen("QSetWorkingDir:"));
365 packet.GetHexByteString(path);
374 StringExtractorGDBRemote &packet) {
390 // this information. Currently we are selecting the 'qC' packet as that
391 // packet which seems to make the most sense.
401 StringExtractorGDBRemote &packet) {