Searched refs:BUF_THREAD_ID_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote.c1154 #define BUF_THREAD_ID_SIZE (OPAQUETHREADBYTES*2)
1374 limit = pkt + BUF_THREAD_ID_SIZE;
1385 char *limit = inbuf + BUF_THREAD_ID_SIZE;
1634 limit = pkt + ((rs->remote_packet_size) - BUF_THREAD_ID_SIZE); /* done parse past here */
1661 if ((((result_limit + 1) * BUF_THREAD_ID_SIZE) + 10) >= (rs->remote_packet_size))
1662 result_limit = ((rs->remote_packet_size) / BUF_THREAD_ID_SIZE) - 2;
1150 #define BUF_THREAD_ID_SIZE macro

Completed in 52 milliseconds