Searched refs:result_limit (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | remote.c | 1159 int result_limit, 1165 int result_limit, 1583 parse_threadlist_response (char *pkt, int result_limit, in parse_threadlist_response() argument 1601 if (resultcount++ >= result_limit) in parse_threadlist_response() 1610 remote_get_threadlist (int startflag, threadref *nextthread, int result_limit, in remote_get_threadlist() argument 1620 if ((((result_limit + 1) * BUF_THREAD_ID_SIZE) + 10) >= (rs->remote_packet_size)) in remote_get_threadlist() 1621 result_limit = ((rs->remote_packet_size) / BUF_THREAD_ID_SIZE) - 2; in remote_get_threadlist() 1624 startflag, result_limit, nextthread); in remote_get_threadlist() 1629 parse_threadlist_response (t_response + 2, result_limit, &echo_nextthread, in remote_get_threadlist() 1654 if (*result_count > result_limit) in remote_get_threadlist()
|