HomeSort by: relevance | last modified time | path
    Searched defs:threadref (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 99 typedef unsigned char threadref[OPAQUETHREADBYTES]; typedef
103 typedef int (*rmt_thread_action) (threadref *ref, void *context);
655 threadref echo_nextthread {};
656 threadref nextthread {};
657 threadref resultthreadlist[MAXTHREADLISTRESULTS] {};
1268 int remote_unpack_thread_info_response (const char *pkt, threadref *expectedref,
1270 int remote_get_threadinfo (threadref *threadid, int fieldset,
1274 threadref *original_echo,
1275 threadref *resultlist,
1277 int remote_get_threadlist (int startflag, threadref *nextthread
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
remote.c 100 typedef unsigned char threadref[OPAQUETHREADBYTES]; typedef
104 typedef int (*rmt_thread_action) (threadref *ref, void *context);
657 threadref echo_nextthread {};
658 threadref nextthread {};
659 threadref resultthreadlist[MAXTHREADLISTRESULTS] {};
1270 int remote_unpack_thread_info_response (const char *pkt, threadref *expectedref,
1272 int remote_get_threadinfo (threadref *threadid, int fieldset,
1276 threadref *original_echo,
1277 threadref *resultlist,
1279 int remote_get_threadlist (int startflag, threadref *nextthread
    [all...]

Completed in 18 milliseconds