Lines Matching full:packet
45 # Get a full packet
49 # End of packet
59 logger.debug(f"Received GDB packet: {data}")
88 logger.debug(f"Sending GDB packet: {pkt}")
93 # the '?' packet
101 # the 'g' packet for reading a group of registers
105 # the 'G' packet for writing to a group of registers
111 # the 'p' packet for reading a single register
115 # the 'P' packet for writing to registers
121 # the 'm' packet for reading memory: m<addr>,<len>
130 # extract address and length from packet
163 # the 'M' packet for writing to memory
180 logger.debug(f"Got packet type: {pkt_type}")