Searched refs:thread_db_err_str (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dthread-db.cc73 thread_db_err_str (td_err_e err) function
180 lwpid, thread_db_err_str (err));
185 lwpid, thread_db_err_str (err));
276 error ("Cannot get thread info: %s", thread_db_err_str (err));
347 error ("Cannot find new threads: %s", thread_db_err_str (err));
498 debug_printf ("td_ta_new(): %s\n", thread_db_err_str (err));
562 debug_printf ("td_ta_new(): %s\n", thread_db_err_str (err));
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dthread-db.cc73 thread_db_err_str (td_err_e err) function
184 lwpid, thread_db_err_str (err));
190 lwpid, thread_db_err_str (err));
279 error ("Cannot get thread info: %s", thread_db_err_str (err));
348 error ("Cannot find new threads: %s", thread_db_err_str (err));
496 threads_debug_printf ("td_ta_new(): %s", thread_db_err_str (err));
558 threads_debug_printf ("td_ta_new(): %s", thread_db_err_str (err));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c264 static const char *thread_db_err_str (td_err_e err);
291 pid, thread_db_err_str (err));
328 thread_db_err_str (td_err_e err) function
421 ptid.lwp (), thread_db_err_str (err));
426 thread_db_err_str (err));
629 thread_db_err_str (tdb_testinfo->last_result)) \
778 error (_("td_ta_thr_iter failed: %s"), thread_db_err_str (err));
837 thread_db_err_str (err));
852 thread_db_err_str (err));
865 warning (_("td_ta_new failed: %s"), thread_db_err_str (er
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c260 static const char *thread_db_err_str (td_err_e err);
287 pid, thread_db_err_str (err));
324 thread_db_err_str (td_err_e err) function
417 ptid.lwp (), thread_db_err_str (err));
422 thread_db_err_str (err));
625 thread_db_err_str (tdb_testinfo->last_result)) \
774 error (_("td_ta_thr_iter failed: %s"), thread_db_err_str (err));
851 thread_db_err_str (err));
866 thread_db_err_str (err));
879 warning (_("td_ta_new failed: %s"), thread_db_err_str (er
[all...]

Completed in 217 milliseconds