Lines Matching refs:offset
82 lldb::offset_t offset = 1; in SendRequestAndGetReply() local
91 offset = 0; in SendRequestAndGetReply()
92 const uint8_t reply_command = reply_packet.GetU8(&offset); in SendRequestAndGetReply()
93 const uint8_t reply_sequence_id = reply_packet.GetU8(&offset); in SendRequestAndGetReply()
251 lldb::offset_t offset = 0; in CheckForPacket() local
252 uint8_t reply_command = packet.GetU8(&offset); in CheckForPacket()
262 request_ack_packet.PutHex8(packet.GetU8(&offset)); in CheckForPacket()
263 request_ack_packet.PutHex16(packet.GetU16(&offset)); in CheckForPacket()
264 request_ack_packet.PutHex32(packet.GetU32(&offset)); in CheckForPacket()
301 offset = 2; in CheckForPacket()
302 const uint16_t length = packet.GetU16(&offset); in CheckForPacket()
381 lldb::offset_t offset = 4; in SendRequestReattach() local
382 m_session_key = reply_packet.GetU32(&offset); in SendRequestReattach()
408 lldb::offset_t offset = 8; in SendRequestVersion() local
409 m_kdp_version_version = reply_packet.GetU32(&offset); in SendRequestVersion()
410 m_kdp_version_feature = reply_packet.GetU32(&offset); in SendRequestVersion()
494 lldb::offset_t offset = 8; in SendRequestHostInfo() local
495 m_kdp_hostinfo_cpu_mask = reply_packet.GetU32(&offset); in SendRequestHostInfo()
496 m_kdp_hostinfo_cpu_type = reply_packet.GetU32(&offset); in SendRequestHostInfo()
497 m_kdp_hostinfo_cpu_subtype = reply_packet.GetU32(&offset); in SendRequestHostInfo()
561 lldb::offset_t offset = 8; in SendRequestReadMemory() local
562 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestReadMemory()
566 const void *src = reply_packet.GetData(&offset, src_len); in SendRequestReadMemory()
602 lldb::offset_t offset = 8; in SendRequestWriteMemory() local
603 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestWriteMemory()
631 lldb::offset_t offset = 8; in SendRawRequest() local
632 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRawRequest()
727 lldb::offset_t offset = 0; in DumpPacket() local
728 const uint8_t first_packet_byte = packet.GetU8(&offset); in DumpPacket()
729 const uint8_t sequence_id = packet.GetU8(&offset); in DumpPacket()
730 const uint16_t length = packet.GetU16(&offset); in DumpPacket()
731 const uint32_t key = packet.GetU32(&offset); in DumpPacket()
755 const uint32_t error = packet.GetU32(&offset); in DumpPacket()
771 const uint32_t cpu_mask = packet.GetU32(&offset); in DumpPacket()
772 const uint32_t cpu_type = packet.GetU32(&offset); in DumpPacket()
773 const uint32_t cpu_subtype = packet.GetU32(&offset); in DumpPacket()
779 const uint32_t version = packet.GetU32(&offset); in DumpPacket()
780 const uint32_t feature = packet.GetU32(&offset); in DumpPacket()
785 const uint32_t region_count = packet.GetU32(&offset); in DumpPacket()
788 const addr_t region_addr = packet.GetAddress(&offset); in DumpPacket()
789 const uint32_t region_size = packet.GetU32(&offset); in DumpPacket()
790 const uint32_t region_prot = packet.GetU32(&offset); in DumpPacket()
801 const uint32_t error = packet.GetU32(&offset); in DumpPacket()
802 const uint32_t count = packet.GetByteSize() - offset; in DumpPacket()
807 offset, // Offset within "packet" in DumpPacket()
819 const uint32_t error = packet.GetU32(&offset); in DumpPacket()
820 const uint32_t count = packet.GetByteSize() - offset; in DumpPacket()
825 offset, // Offset within "packet" in DumpPacket()
844 const uint32_t max_bytes = packet.GetU32(&offset); in DumpPacket()
848 const char *path = packet.GetCStr(&offset); in DumpPacket()
854 const uint32_t error = packet.GetU32(&offset); in DumpPacket()
855 const uint32_t count = packet.GetByteSize() - offset; in DumpPacket()
860 offset, // Offset within "packet" in DumpPacket()
870 const uint32_t count = packet.GetByteSize() - offset; in DumpPacket()
875 offset, // Offset within "packet" in DumpPacket()
895 const uint16_t reply_port = ntohs(packet.GetU16(&offset)); in DumpPacket()
896 const uint16_t exc_port = ntohs(packet.GetU16(&offset)); in DumpPacket()
898 reply_port, exc_port, packet.GetCStr(&offset)); in DumpPacket()
915 const uint32_t cpu_mask = packet.GetU32(&offset); in DumpPacket()
920 const uint32_t addr = packet.GetU32(&offset); in DumpPacket()
921 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
927 const uint32_t addr = packet.GetU32(&offset); in DumpPacket()
928 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
931 DumpHexBytes(&s, packet.GetData(&offset, size), size, 32, addr); in DumpPacket()
935 const uint64_t addr = packet.GetU64(&offset); in DumpPacket()
936 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
942 const uint64_t addr = packet.GetU64(&offset); in DumpPacket()
943 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
944 const uint32_t lcpu = packet.GetU16(&offset); in DumpPacket()
951 const uint64_t addr = packet.GetU64(&offset); in DumpPacket()
952 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
956 DumpHexBytes(&s, packet.GetData(&offset, size), size, 32, addr); in DumpPacket()
960 const uint64_t addr = packet.GetU64(&offset); in DumpPacket()
961 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
962 const uint32_t lcpu = packet.GetU16(&offset); in DumpPacket()
966 DumpHexBytes(&s, packet.GetData(&offset, size), size, 32, addr); in DumpPacket()
970 const uint32_t cpu = packet.GetU32(&offset); in DumpPacket()
971 const uint32_t flavor = packet.GetU32(&offset); in DumpPacket()
976 const uint32_t cpu = packet.GetU32(&offset); in DumpPacket()
977 const uint32_t flavor = packet.GetU32(&offset); in DumpPacket()
978 const uint32_t nbytes = packet.GetByteSize() - offset; in DumpPacket()
983 offset, // Offset within in DumpPacket()
997 const uint32_t addr = packet.GetU32(&offset); in DumpPacket()
1003 const uint64_t addr = packet.GetU64(&offset); in DumpPacket()
1008 const char *path = packet.GetCStr(&offset); in DumpPacket()
1013 const uint32_t count = packet.GetU32(&offset); in DumpPacket()
1016 const uint32_t cpu = packet.GetU32(&offset); in DumpPacket()
1017 const uint32_t exc = packet.GetU32(&offset); in DumpPacket()
1018 const uint32_t code = packet.GetU32(&offset); in DumpPacket()
1019 const uint32_t subcode = packet.GetU32(&offset); in DumpPacket()
1063 const uint32_t term_code = packet.GetU32(&offset); in DumpPacket()
1064 const uint32_t exit_code = packet.GetU32(&offset); in DumpPacket()
1070 const uint16_t reply_port = ntohs(packet.GetU16(&offset)); in DumpPacket()
1075 const uint32_t address = packet.GetU32(&offset); in DumpPacket()
1076 const uint16_t lcpu = packet.GetU16(&offset); in DumpPacket()
1081 const uint32_t address = packet.GetU32(&offset); in DumpPacket()
1082 const uint16_t lcpu = packet.GetU16(&offset); in DumpPacket()
1083 const uint32_t nbytes = packet.GetByteSize() - offset; in DumpPacket()
1089 offset, // Offset within "packet" in DumpPacket()
1101 const uint16_t lcpu = packet.GetU16(&offset); in DumpPacket()
1102 const uint16_t address = packet.GetU16(&offset); in DumpPacket()
1103 const uint16_t nbytes = packet.GetU16(&offset); in DumpPacket()
1109 const uint16_t lcpu = packet.GetU16(&offset); in DumpPacket()
1110 const uint16_t address = packet.GetU16(&offset); in DumpPacket()
1111 const uint16_t nbytes = packet.GetU16(&offset); in DumpPacket()
1117 offset, // Offset within "packet" in DumpPacket()
1129 const uint32_t count = packet.GetByteSize() - offset; in DumpPacket()
1134 offset, // Offset within "packet" in DumpPacket()
1181 lldb::offset_t offset = 8; in SendRequestReadRegisters() local
1182 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestReadRegisters()
1187 const void *src = reply_packet.GetData(&offset, bytes_to_copy); in SendRequestReadRegisters()
1225 lldb::offset_t offset = 8; in SendRequestWriteRegisters() local
1226 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestWriteRegisters()
1265 lldb::offset_t offset = 8; in SendRequestBreakpoint() local
1266 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestBreakpoint()