reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2532 packet.SetFilePos(strlen("Z")); 2533 if (packet.GetBytesLeft() < 1) 2535 packet, "Too short Z packet, missing software/hardware specifier"); 2542 GDBStoppointType(packet.GetS32(eStoppointInvalid)); 2569 packet, "Z packet had invalid software/hardware specifier"); 2572 if ((packet.GetBytesLeft() < 1) || packet.GetChar() != ',') 2572 if ((packet.GetBytesLeft() < 1) || packet.GetChar() != ',') 2574 packet, "Malformed Z packet, expecting comma after stoppoint type"); 2577 if (packet.GetBytesLeft() < 1) 2578 return SendIllFormedResponse(packet, "Too short Z packet, missing address"); 2579 const lldb::addr_t addr = packet.GetHexMaxU64(false, 0); 2581 if ((packet.GetBytesLeft() < 1) || packet.GetChar() != ',') 2581 if ((packet.GetBytesLeft() < 1) || packet.GetChar() != ',') 2583 packet, "Malformed Z packet, expecting comma after address"); 2587 packet.GetHexMaxU32(false, std::numeric_limits<uint32_t>::max()); 2590 packet, "Malformed Z packet, failed to parse size argument");