Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dthread.c60 static void thread_command (char *tidstr, int from_tty);
624 thread_command (char *tidstr, int from_tty) in thread_command() argument
626 if (!tidstr) in thread_command()
638 gdb_thread_select (uiout, tidstr, NULL); in thread_command()
642 do_captured_thread_select (struct ui_out *uiout, void *tidstr) in do_captured_thread_select() argument
647 num = value_as_long (parse_and_eval (tidstr)); in do_captured_thread_select()
670 gdb_thread_select (struct ui_out *uiout, char *tidstr, char **error_message) in gdb_thread_select() argument
672 return catch_exceptions_with_msg (uiout, do_captured_thread_select, tidstr, in gdb_thread_select()
Dgdb.h60 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr,