Searched refs:gdb_thread_select (Results 1 – 6 of 6) sorted by relevance
57 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr);
637 gdb_thread_select (uiout, tidstr); in thread_command()669 gdb_thread_select (struct ui_out *uiout, char *tidstr) in gdb_thread_select() function
7947 * defs.h: Add gdb_thread_select declaration.8070 (gdb_thread_select): New function. Switch threads safely.8071 (thread_command): Use gdb_thread_select().8076 * defs.h (gdb_thread_select, gdb_list_thread_ids): Export.
2802 (gdb_thread_select): Ditto.2803 (thread_command): Pass uiout to gdb_thread_select.2806 (gdb_thread_select, gdb_list_thread_ids): Ditto.3481 (gdb_breakpoint, gdb_thread_select)
235 rc = gdb_thread_select (uiout, argv[0]); in mi_cmd_thread_select()
459 gdb_thread_select.