Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dgdb.h51 enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr,
H A Dthread.c1293 gdb_thread_select (current_uiout, tidstr, NULL); in thread_command()
1422 gdb_thread_select (struct ui_out *uiout, char *tidstr, char **error_message) in gdb_thread_select() function
/dragonfly/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c289 if (!gdb_thread_select(current_uiout, buf, &err)) in kgdb_switch_to_thread()
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-main.c475 rc = gdb_thread_select (current_uiout, argv[0], &mi_error_message); in mi_cmd_thread_select()