Lines Matching defs:packet
150 [](StringExtractorGDBRemote packet, Status &error,
229 StringExtractorGDBRemote &packet) {
239 packet.SetFilePos(::strlen("qLaunchGDBServer;"));
243 while (packet.GetNameColonValue(name, value)) {
290 StringExtractorGDBRemote &packet) {
315 StringExtractorGDBRemote &packet) {
316 packet.SetFilePos(::strlen("qKillSpawnedProcess:"));
318 lldb::pid_t pid = packet.GetU64(LLDB_INVALID_PROCESS_ID);
393 StringExtractorGDBRemote &packet) {
411 StringExtractorGDBRemote &packet) {
412 packet.SetFilePos(::strlen("qPathComplete:"));
413 const bool only_dir = (packet.GetHexMaxU32(false, 0) == 1);
414 if (packet.GetChar() != ',')
417 packet.GetHexByteString(path);
443 StringExtractorGDBRemote &packet) {
456 StringExtractorGDBRemote &packet) {
457 packet.SetFilePos(::strlen("QSetWorkingDir:"));
459 packet.GetHexByteString(path);
468 StringExtractorGDBRemote &packet) {
484 // this information. Currently we are selecting the 'qC' packet as that
485 // packet which seems to make the most sense.
495 StringExtractorGDBRemote &packet) {