Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdb.h57 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr);
H A Dthread.c676 gdb_thread_select (uiout, tidstr); in thread_command()
713 gdb_thread_select (struct ui_out *uiout, char *tidstr) in gdb_thread_select() function
/freebsd-12.1/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c295 gdb_thread_select(uiout, buf); in kgdb_switch_to_thread()
/freebsd-12.1/contrib/gdb/gdb/mi/
H A Dmi-main.c249 rc = gdb_thread_select (uiout, argv[0]); in mi_cmd_thread_select()