HomeSort by: relevance | last modified time | path
    Searched refs:td_thr_get_info_p (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
thread-db.cc 59 td_thr_get_info_ftype *td_thr_get_info_p; member in struct:thread_db
186 err = thread_db->td_thr_get_info_p (&th, &ti);
276 err = thread_db->td_thr_get_info_p (th_p, &ti);
500 tdb->td_thr_get_info_p = &td_thr_get_info;
  /src/external/gpl3/gdb.old/dist/gdbserver/
thread-db.cc 59 td_thr_get_info_ftype *td_thr_get_info_p; member in struct:thread_db
186 err = thread_db->td_thr_get_info_p (&th, &ti);
276 err = thread_db->td_thr_get_info_p (th_p, &ti);
502 tdb->td_thr_get_info_p = &td_thr_get_info;
  /src/external/gpl3/gdb/dist/gdb/
linux-thread-db.c 201 td_thr_get_info_ftype *td_thr_get_info_p; member in struct:thread_db_info
420 err = info->td_thr_get_info_p (&th, &ti);
1468 err = info->td_thr_get_info_p (th_p, &ti);
  /src/external/gpl3/gdb.old/dist/gdb/
linux-thread-db.c 200 td_thr_get_info_ftype *td_thr_get_info_p; member in struct:thread_db_info
419 err = info->td_thr_get_info_p (&th, &ti);
1468 err = info->td_thr_get_info_p (th_p, &ti);

Completed in 28 milliseconds