Searched refs:tidstr (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | thread.c | 60 static void thread_command (char *tidstr, int from_tty); 1270 thread_command (char *tidstr, int from_tty) in thread_command() argument 1272 if (!tidstr) in thread_command() 1293 gdb_thread_select (current_uiout, tidstr, NULL); in thread_command() 1379 do_captured_thread_select (struct ui_out *uiout, void *tidstr) in do_captured_thread_select() argument 1384 num = value_as_long (parse_and_eval (tidstr)); in do_captured_thread_select() 1422 gdb_thread_select (struct ui_out *uiout, char *tidstr, char **error_message) in gdb_thread_select() argument 1424 if (catch_exceptions_with_msg (uiout, do_captured_thread_select, tidstr, in gdb_thread_select()
|
H A D | gdb.h | 51 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr,
|
/dflybsd-src/lib/libevtr/ |
H A D | evtr.c | 857 char tidstr[40]; in thread_switch_callback() local 888 snprintf(tidstr, sizeof(tidstr), "%p", ktdn); in thread_switch_callback() 890 fmtdata[1] = tidstr; in thread_switch_callback()
|