Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDremote.c1196 int result_limit,
1202 int result_limit,
1620 parse_threadlist_response (char *pkt, int result_limit, in parse_threadlist_response() argument
1638 if (resultcount++ >= result_limit) in parse_threadlist_response()
1647 remote_get_threadlist (int startflag, threadref *nextthread, int result_limit, in remote_get_threadlist() argument
1657 if ((((result_limit + 1) * BUF_THREAD_ID_SIZE) + 10) >= (rs->remote_packet_size)) in remote_get_threadlist()
1658 result_limit = ((rs->remote_packet_size) / BUF_THREAD_ID_SIZE) - 2; in remote_get_threadlist()
1661 startflag, result_limit, nextthread); in remote_get_threadlist()
1666 parse_threadlist_response (t_response + 2, result_limit, &echo_nextthread, in remote_get_threadlist()
1691 if (*result_count > result_limit) in remote_get_threadlist()