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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsol-thread.c104 static char *td_state_string (td_thr_state_e statecode);
249 char * td_state_string (statecode)
253 Return the thread_db state string associated with statecode. If
254 statecode is unknown, then return a message.
259 td_state_string (td_thr_state_e statecode)
278 if (td_thr_state_table[i].num == statecode)
281 sprintf (buf, "Unknown thread_db state code: %d", statecode);
258 td_state_string(td_thr_state_e statecode) argument

Completed in 86 milliseconds