HomeSort by: relevance | last modified time | path
    Searched defs:from_tty (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/guile/
guile.c 170 guile_repl_command (const char *arg, int from_tty)
198 guile_command (const char *arg, int from_tty)
293 int from_tty = 0, to_string = 0;
299 &from_tty_arg_pos, &from_tty,
312 execute_command_to_string (to_string_res, command, from_tty, false);
314 execute_command (command, from_tty);
371 guile_repl_command (const char *arg, int from_tty)
380 guile_command (const char *arg, int from_tty)
291 int from_tty = 0, to_string = 0; local
  /src/external/gpl3/gdb/dist/gdb/guile/
guile.c 170 guile_repl_command (const char *arg, int from_tty)
198 guile_command (const char *arg, int from_tty)
293 int from_tty = 0, to_string = 0;
299 &from_tty_arg_pos, &from_tty,
312 execute_command_to_string (to_string_res, command, from_tty, false);
314 execute_command (command, from_tty);
371 guile_repl_command (const char *arg, int from_tty)
380 guile_command (const char *arg, int from_tty)
291 int from_tty = 0, to_string = 0; local
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-script.c 51 static void do_define_command (const char *comname, int from_tty,
54 static void do_document_command (const char *comname, int from_tty,
403 execute_control_commands (struct command_line *cmdlines, int from_tty)
412 from_tty);
426 int from_tty)
432 execute_control_commands (commands, from_tty);
513 execute_control_command_1 (struct command_line *cmd, int from_tty)
529 execute_command (new_line.c_str (), from_tty);
585 ret = execute_control_command_1 (current, from_tty);
641 ret = execute_control_command_1 (current, from_tty);
902 int from_tty = ui->instream == ui->stdin_stream; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
event-top.c 114 show_bt_on_fatal_signal (struct ui_file *file, int from_tty,
673 int from_tty = ui->instream == ui->stdin_stream;
682 if (from_tty && annotation_level > 1)
696 if (history_expansion_p && from_tty && current_ui->input_interactive_p ())
735 if (cmd_line_buffer[0] != '\0' && from_tty && current_ui->input_interactive_p ())
1637 set_debug_event_loop_command (const char *args, int from_tty,
1651 show_debug_event_loop_command (struct ui_file *file, int from_tty,
671 int from_tty = ui->instream == ui->stdin_stream; local
top.c 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); });
1218 int from_tty = ui->instream == ui->stdin_stream; local
    [all...]
symfile.c 146 FROM_TTY is the standard from_tty argument to gdb commands.
154 print_symbol_loading_p (int from_tty, int exec, int full)
156 if (!from_tty && !info_verbose)
1036 const int from_tty = add_flags & SYMFILE_VERBOSE;
1039 const int should_print = (print_symbol_loading_p (from_tty, mainline, 1)
1060 if (from_tty
1116 /* We print some messages regardless of whether 'from_tty ||
1209 symbol_file_clear (int from_tty)
1213 && from_tty
1035 const int from_tty = add_flags & SYMFILE_VERBOSE; local
    [all...]
breakpoint.c 525 show_can_use_hw_watchpoints (struct ui_file *file, int from_tty,
541 show_pending_break_support (struct ui_file *file, int from_tty,
557 show_automatic_hardware_breakpoints (struct ui_file *file, int from_tty,
576 show_always_inserted_mode (struct ui_file *file, int from_tty,
588 show_debug_breakpoint (struct ui_file *file, int from_tty,
976 set_condition_evaluation_mode (const char *args, int from_tty,
1035 show_condition_evaluation_mode (struct ui_file *file, int from_tty,
1110 int from_tty, bool force)
1137 if (from_tty)
1206 set_breakpoint_condition (int bpnum, const char *exp, int from_tty,
9437 from_tty, local
9547 from_tty, local
14052 from_tty, local
14070 from_tty, local
14108 from_tty, local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-script.c 51 static void do_define_command (const char *comname, int from_tty,
54 static void do_document_command (const char *comname, int from_tty,
403 execute_control_commands (struct command_line *cmdlines, int from_tty)
412 from_tty);
426 int from_tty, bool term_out)
432 execute_control_commands (commands, from_tty);
513 execute_control_command_1 (struct command_line *cmd, int from_tty)
529 execute_command (new_line.c_str (), from_tty);
585 ret = execute_control_command_1 (current, from_tty);
641 ret = execute_control_command_1 (current, from_tty);
906 int from_tty = ui->instream == ui->stdin_stream; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
event-top.c 114 show_bt_on_fatal_signal (struct ui_file *file, int from_tty,
673 int from_tty = ui->instream == ui->stdin_stream;
682 if (from_tty && annotation_level > 1)
696 if (history_expansion_p && from_tty && current_ui->input_interactive_p ())
735 if (cmd_line_buffer[0] != '\0' && from_tty && current_ui->input_interactive_p ())
1641 set_debug_event_loop_command (const char *args, int from_tty,
1655 show_debug_event_loop_command (struct ui_file *file, int from_tty,
671 int from_tty = ui->instream == ui->stdin_stream; local
top.c 133 show_confirm (struct ui_file *file, int from_tty,
244 const char *cmd, int from_tty);
449 Pass FROM_TTY as second argument to the defining function. */
452 execute_command (const char *p, int from_tty)
558 do_set_command (arg, from_tty, c);
560 do_show_command (arg, from_tty, c);
564 deprecated_call_command_hook (c, arg, from_tty);
566 cmd_func (c, arg, from_tty);
640 const char *p, int from_tty)
642 execute_fn_to_ui_file (file, [=]() { execute_command (p, from_tty); });
1213 int from_tty = ui->instream == ui->stdin_stream; local
    [all...]
symfile.c 146 FROM_TTY is the standard from_tty argument to gdb commands.
154 print_symbol_loading_p (int from_tty, int exec, int full)
156 if (!from_tty && !info_verbose)
1036 const int from_tty = add_flags & SYMFILE_VERBOSE;
1039 const int should_print = (print_symbol_loading_p (from_tty, mainline, 1)
1060 if (from_tty
1116 /* We print some messages regardless of whether 'from_tty ||
1209 symbol_file_clear (int from_tty)
1213 && from_tty
1035 const int from_tty = add_flags & SYMFILE_VERBOSE; local
    [all...]
breakpoint.c 531 show_can_use_hw_watchpoints (struct ui_file *file, int from_tty,
547 show_pending_break_support (struct ui_file *file, int from_tty,
563 show_automatic_hardware_breakpoints (struct ui_file *file, int from_tty,
582 show_always_inserted_mode (struct ui_file *file, int from_tty,
594 show_debug_breakpoint (struct ui_file *file, int from_tty,
983 set_condition_evaluation_mode (const char *args, int from_tty,
1042 show_condition_evaluation_mode (struct ui_file *file, int from_tty,
1117 int from_tty, bool force)
1144 if (from_tty)
1213 set_breakpoint_condition (int bpnum, const char *exp, int from_tty,
9466 from_tty, local
9576 from_tty, local
14080 from_tty, local
14098 from_tty, local
14136 from_tty, local
    [all...]

Completed in 34 milliseconds