Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsol-thread.c227 td_state_string (td_thr_state_e statecode) in td_state_string() argument
246 if (td_thr_state_table[i].num == statecode) in td_state_string()
249 sprintf (buf, "Unknown libthread_db state code: %d", statecode); in td_state_string()