Home
last modified time | relevance | path

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

/freebsd/sys/gdb/
H A Dgdb_packet.c60 } gdb_tx_u; variable
61 #define gdb_txbuf gdb_tx_u.txu_midbuf.mb_buf
62 #define gdb_tx_fullbuf gdb_tx_u.txu_fullbuf
63 _Static_assert(sizeof(gdb_tx_u.txu_midbuf) == sizeof(gdb_tx_u.txu_fullbuf) &&