Home | History | Annotate | Download | only in gdb

Lines Matching defs:from_tty

136 show_confirm (struct ui_file *file, int from_tty,
247 const char *cmd, int from_tty);
452 Pass FROM_TTY as second argument to the defining function. */
455 execute_command (const char *p, int from_tty)
563 do_set_command (arg, from_tty, c);
565 do_show_command (arg, from_tty, c);
569 deprecated_call_command_hook (c, arg, from_tty);
571 cmd_func (c, arg, from_tty);
645 const char *p, int from_tty)
647 execute_fn_to_ui_file (file, [=]() { execute_command (p, from_tty); });
653 execute_command_to_string (std::string &res, const char *p, int from_tty,
656 execute_fn_to_string (res, [=]() { execute_command (p, from_tty); },
663 execute_command_to_string (const char *p, int from_tty,
667 execute_fn_to_string (dummy, [=]() { execute_command (p, from_tty); },
841 show_write_history_p (struct ui_file *file, int from_tty,
857 show_history_size (struct ui_file *file, int from_tty,
869 show_history_remove_duplicates (struct ui_file *file, int from_tty,
880 show_history_filename (struct ui_file *file, int from_tty,
1222 int from_tty = ui->instream == ui->stdin_stream;
1228 if (from_tty && annotation_level > 1)
1264 if (from_tty && annotation_level > 1)
1269 && from_tty
1275 && from_tty
1655 kill_or_detach (inferior *inf, int from_tty)
1669 target_detach (inf, from_tty);
1742 quit_force (int *exit_arg, int from_tty)
1772 kill_or_detach (inf, from_tty);
1842 show_interactive_mode (struct ui_file *file, int from_tty,
1855 dont_repeat_command (const char *ignored, int from_tty)
1868 show_commands (const char *args, int from_tty)
1921 if (from_tty && args)
1943 int from_tty, struct cmd_list_element *c)
1952 set_verbose (const char *args, int from_tty, struct cmd_list_element *c)
2033 show_prompt (struct ui_file *file, int from_tty,
2042 set_editing (const char *args, int from_tty, struct cmd_list_element *c)
2051 show_editing (struct ui_file *file, int from_tty,
2060 show_annotation_level (struct ui_file *file, int from_tty,
2067 show_exec_done_display_p (struct ui_file *file, int from_tty,
2084 set_gdb_datadir (const char *args, int from_tty, struct cmd_list_element *c)
2100 show_gdb_datadir (struct ui_file *file, int from_tty,
2112 int from_tty, struct cmd_list_element *c)
2137 show_startup_quiet (struct ui_file *file, int from_tty,