Lines Matching refs:from_tty

827 frame_info (char *addr_exp, int from_tty)  in frame_info()  argument
1091 int from_tty);
1093 backtrace_command_1 (char *count_exp, int show_locals, int from_tty) in backtrace_command_1() argument
1185 if (fi && from_tty) in backtrace_command_1()
1190 backtrace_command (char *arg, int from_tty) in backtrace_command() argument
1245 backtrace_command_1 (argPtr, (argIndicatingFullTrace >= 0), from_tty); in backtrace_command()
1254 static void backtrace_full_command (char *arg, int from_tty);
1256 backtrace_full_command (char *arg, int from_tty) in backtrace_full_command() argument
1258 backtrace_command_1 (arg, 1, from_tty); in backtrace_full_command()
1446 locals_info (char *args, int from_tty) in locals_info() argument
1454 catch_info (char *ignore, int from_tty) in catch_info() argument
1538 args_info (char *ignore, int from_tty) in args_info() argument
1547 args_plus_locals_info (char *ignore, int from_tty) in args_plus_locals_info() argument
1549 args_info (ignore, from_tty); in args_plus_locals_info()
1550 locals_info (ignore, from_tty); in args_plus_locals_info()
1645 select_frame_command (char *level_exp, int from_tty) in select_frame_command() argument
1662 frame_command (char *level_exp, int from_tty) in frame_command() argument
1664 select_frame_command (level_exp, from_tty); in frame_command()
1671 current_frame_command (char *level_exp, int from_tty) in current_frame_command() argument
1700 up_silently_command (char *count_exp, int from_tty) in up_silently_command() argument
1706 up_command (char *count_exp, int from_tty) in up_command() argument
1743 down_silently_command (char *count_exp, int from_tty) in down_silently_command() argument
1749 down_command (char *count_exp, int from_tty) in down_command() argument
1756 return_command (char *retval_exp, int from_tty) in return_command() argument
1831 if (from_tty) in return_command()
1884 if (from_tty) in return_command()
1898 static void func_command (char *arg, int from_tty);
1900 func_command (char *arg, int from_tty) in func_command() argument