Home
last modified time | relevance | path

Searched refs:pack_hex_byte (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dremote.c2100 pack_hex_byte (char *pkt, int byte) in pack_hex_byte() function
2117 buf = pack_hex_byte (buf, (value >> 24) & 0xff); in pack_int()
2118 buf = pack_hex_byte (buf, (value >> 16) & 0xff); in pack_int()
2119 buf = pack_hex_byte (buf, (value >> 8) & 0x0ff); in pack_int()
2120 buf = pack_hex_byte (buf, (value & 0xff)); in pack_int()
2143 pkt = pack_hex_byte (pkt, len);
2173 pkt = pack_hex_byte (pkt, *altid++); in pack_threadid()
2417 pkt = pack_hex_byte (pkt, threadcount); /* threadcount 2 bytes */ in pack_threadlist_request()
8025 buf = pack_hex_byte (buf, aexpr->buf[i]); in remote_add_target_side_condition()
8057 buf = pack_hex_byte (buf, aexpr->buf[i]); in remote_add_target_side_commands()
[all …]