HomeSort by: relevance | last modified time | path
    Searched defs:nto_thread_state_str (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
nto-tdep.c 361 static const char * const nto_thread_state_str[] = variable
393 if (priv->state < ARRAY_SIZE (nto_thread_state_str))
394 return nto_thread_state_str [priv->state];
nto-tdep.c 361 static const char * const nto_thread_state_str[] = variable
393 if (priv->state < ARRAY_SIZE (nto_thread_state_str))
394 return nto_thread_state_str [priv->state];
nto-tdep.c 361 static const char * const nto_thread_state_str[] = variable
393 if (priv->state < ARRAY_SIZE (nto_thread_state_str))
394 return nto_thread_state_str [priv->state];

Completed in 62 milliseconds