Searched refs:tdb_testinfo (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c581 static struct check_thread_db_info *tdb_testinfo;
588 gdb_assert (tdb_testinfo != NULL);
589 tdb_testinfo->threads_seen = true;
594 if (tdb_testinfo->log_progress) \
619 tdb_testinfo->last_call = #func; \
620 tdb_testinfo->last_result \
621 = tdb_testinfo->info->func ## _p (args); \
626 CHECK_1 (tdb_testinfo->last_result == TD_OK, \
628 tdb_testinfo->last_call, \
629 thread_db_err_str (tdb_testinfo
580 static struct check_thread_db_info *tdb_testinfo; variable in typeref:struct:check_thread_db_info
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c577 static struct check_thread_db_info *tdb_testinfo;
584 gdb_assert (tdb_testinfo != NULL);
585 tdb_testinfo->threads_seen = true;
590 if (tdb_testinfo->log_progress) \
615 tdb_testinfo->last_call = #func; \
616 tdb_testinfo->last_result \
617 = tdb_testinfo->info->func ## _p (args); \
622 CHECK_1 (tdb_testinfo->last_result == TD_OK, \
624 tdb_testinfo->last_call, \
625 thread_db_err_str (tdb_testinfo
576 static struct check_thread_db_info *tdb_testinfo; variable in typeref:struct:check_thread_db_info
[all...]

Completed in 88 milliseconds