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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsol-thread.c103 static char *td_err_string (td_err_e errcode);
186 td_err_string - Convert a thread_db error code to a string
190 char * td_err_string (errcode)
200 td_err_string (td_err_e errcode) function
325 error ("thread_to_lwp: td_ta_map_id2thr %s", td_err_string (val));
331 error ("thread_to_lwp: td_thr_get_info: %s", td_err_string (val));
385 error ("lwp_to_thread: td_ta_map_lwp2thr: %s.", td_err_string (val));
392 error ("lwp_to_thread: td_thr_validate: %s.", td_err_string (val));
398 error ("lwp_to_thread: td_thr_get_info: %s.", td_err_string (val));
577 td_err_string (va
[all...]

Completed in 85 milliseconds