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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtid-parse.h37 struct thread_info *parse_thread_id (const char *tidstr, const char **end);
H A Dtid-parse.c54 parse_thread_id (const char *tidstr, const char **end) argument
56 const char *number = tidstr;
H A Dgdbthread.h636 extern void thread_command (const char *tidstr, int from_tty);
783 extern void thread_select (const char *tidstr, class thread_info *thr);
H A Dthread.c1872 thread_command (const char *tidstr, int from_tty) argument
1874 if (tidstr == NULL)
1899 thread_select (tidstr, parse_thread_id (tidstr, NULL));
2001 thread_select (const char *tidstr, thread_info *tp) argument
2004 error (_("Thread ID %s has terminated."), tidstr);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtid-parse.h37 struct thread_info *parse_thread_id (const char *tidstr, const char **end);
H A Dtid-parse.c54 parse_thread_id (const char *tidstr, const char **end) argument
56 const char *number = tidstr;
H A Dgdbthread.h832 extern void thread_command (const char *tidstr, int from_tty);
1008 extern void thread_select (const char *tidstr, class thread_info *thr);
H A Dthread.c1811 thread_command (const char *tidstr, int from_tty) argument
1813 if (tidstr == NULL)
1838 thread_select (tidstr, parse_thread_id (tidstr, NULL));
1945 thread_select (const char *tidstr, thread_info *tp) argument
1948 error (_("Thread ID %s has terminated."), tidstr);

Completed in 225 milliseconds