Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote.c1156 threadref * nextthread);
1164 threadref * nextthread,
1569 threadref *nextthread) in pack_threadlist_request() argument
1575 pkt = pack_threadid (pkt, nextthread); /* 64 bit thread identifier */ in pack_threadlist_request()
1610 remote_get_threadlist (int startflag, threadref *nextthread, int result_limit, in remote_get_threadlist() argument
1624 startflag, result_limit, nextthread); in remote_get_threadlist()
1632 if (!threadmatch (&echo_nextthread, nextthread)) in remote_get_threadlist()
1684 static threadref nextthread; in remote_threadlist_iterator() local
1696 if (!remote_get_threadlist (startflag, &nextthread, MAXTHREADLISTRESULTS, in remote_threadlist_iterator()
1706 copy_threadref (&nextthread, &resultthreadlist[result_count - 1]); in remote_threadlist_iterator()
[all …]