Home
last modified time | relevance | path

Searched refs:gdb_thread_select (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdb.h57 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr);
H A Dthread.c637 gdb_thread_select (uiout, tidstr); in thread_command()
669 gdb_thread_select (struct ui_out *uiout, char *tidstr) in gdb_thread_select() function
H A DChangeLog-20007947 * 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.
H A DChangeLog-20012802 (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)
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-main.c235 rc = gdb_thread_select (uiout, argv[0]); in mi_cmd_thread_select()
H A DChangeLog-1999-2003459 gdb_thread_select.