Searched refs:nextthread (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | remote.c | 1156 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 …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | gdb.texinfo | 20772 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var… 20777 number of threads the response packet can contain; and @var{nextthread} 20790 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
|