Lines Matching refs:from_tty

61 void interrupt_target_command (char *args, int from_tty);
111 static void run_no_args_command (char *args, int from_tty);
113 static void go_command (char *line_no, int from_tty);
244 notice_args_set (char *args, int from_tty, struct cmd_list_element *c) in notice_args_set() argument
252 notice_args_read (char *args, int from_tty, struct cmd_list_element *c) in notice_args_read() argument
370 tty_command (char *file, int from_tty) in tty_command() argument
384 kill_if_already_running (int from_tty) in kill_if_already_running() argument
388 if (from_tty in kill_if_already_running()
401 run_command (char *args, int from_tty) in run_command() argument
407 kill_if_already_running (from_tty); in run_command()
465 if (from_tty) in run_command()
482 environ_vector (inferior_environ), from_tty); in run_command()
487 run_no_args_command (char *args, int from_tty) in run_no_args_command() argument
498 start_command (char *args, int from_tty) in start_command() argument
510 kill_if_already_running (from_tty); in start_command()
514 run_command (args, from_tty); in start_command()
518 continue_command (char *proc_count_exp, int from_tty) in continue_command() argument
546 if (num == 0 && from_tty) in continue_command()
555 from_tty); in continue_command()
558 if (from_tty) in continue_command()
564 if (from_tty) in continue_command()
575 step_command (char *count_string, int from_tty) in step_command() argument
583 next_command (char *count_string, int from_tty) in next_command() argument
591 stepi_command (char *count_string, int from_tty) in stepi_command() argument
597 nexti_command (char *count_string, int from_tty) in nexti_command() argument
814 jump_command (char *arg, int from_tty) in jump_command() argument
888 if (from_tty) in jump_command()
902 go_command (char *line_no, int from_tty) in go_command() argument
908 tbreak_command (line_no, from_tty); in go_command()
909 jump_command (line_no, from_tty); in go_command()
917 signal_command (char *signum_exp, int from_tty) in signal_command() argument
943 if (from_tty) in signal_command()
969 until_next_command (int from_tty) in until_next_command() argument
1014 until_command (char *arg, int from_tty) in until_command() argument
1039 until_break_command (arg, from_tty, 0); in until_command()
1041 until_next_command (from_tty); in until_command()
1045 advance_command (char *arg, int from_tty) in advance_command() argument
1072 until_break_command (arg, from_tty, 1); in advance_command()
1185 finish_command (char *arg, int from_tty) in finish_command() argument
1242 if (from_tty) in finish_command()
1307 program_info (char *args, int from_tty) in program_info() argument
1346 if (!from_tty) in program_info()
1354 environment_info (char *var, int from_tty) in environment_info() argument
1385 set_environment_command (char *arg, int from_tty) in set_environment_command() argument
1447 unset_environment_command (char *var, int from_tty) in unset_environment_command() argument
1453 if (!from_tty || query ("Delete all environment variables? ")) in unset_environment_command()
1468 path_info (char *args, int from_tty) in path_info() argument
1478 path_command (char *dirname, int from_tty) in path_command() argument
1491 if (from_tty) in path_command()
1492 path_info ((char *) NULL, from_tty); in path_command()
1700 all_registers_info (char *addr_exp, int from_tty) in all_registers_info() argument
1706 nofp_registers_info (char *addr_exp, int from_tty) in nofp_registers_info() argument
1741 vector_info (char *args, int from_tty) in vector_info() argument
1764 attach_command (char *args, int from_tty) in attach_command() argument
1779 target_attach (args, from_tty); in attach_command()
1823 exec_file_attach (full_exec_path, from_tty); in attach_command()
1824 symbol_file_add_main (full_exec_path, from_tty); in attach_command()
1835 SOLIB_ADD ((char *) 0, from_tty, &current_target, auto_solib_add); in attach_command()
1864 detach_command (char *args, int from_tty) in detach_command() argument
1867 target_detach (args, from_tty); in detach_command()
1884 disconnect_command (char *args, int from_tty) in disconnect_command() argument
1887 target_disconnect (args, from_tty); in disconnect_command()
1898 interrupt_target_command (char *args, int from_tty) in interrupt_target_command() argument
1938 float_info (char *args, int from_tty) in float_info() argument
1944 unset_command (char *args, int from_tty) in unset_command() argument