Searched refs:from_tty (Results 1 - 25 of 553) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-setshow.h55 extern void do_set_command (const char *arg, int from_tty,
57 extern void do_show_command (const char *arg, int from_tty,
63 extern void cmd_show_list (struct cmd_list_element *list, int from_tty);
H A Dcli-logging.c30 show_logging_filename (struct ui_file *file, int from_tty, argument
49 int from_tty, struct cmd_list_element *c)
55 show_logging_overwrite (struct ui_file *file, int from_tty, argument
70 int from_tty, struct cmd_list_element *c)
76 show_logging_redirect (struct ui_file *file, int from_tty, argument
95 handle_redirections (int from_tty) argument
109 if (from_tty)
143 set_logging_on (const char *args, int from_tty) argument
152 handle_redirections (from_tty);
156 set_logging_off (const char *args, int from_tty) argument
48 set_logging_overwrite(const char *args, int from_tty, struct cmd_list_element *c) argument
69 set_logging_redirect(const char *args, int from_tty, struct cmd_list_element *c) argument
[all...]
H A Dcli-style.h83 static void do_set_value (const char *ignore, int from_tty,
87 static void do_show_foreground (struct ui_file *file, int from_tty,
91 static void do_show_background (struct ui_file *file, int from_tty,
95 static void do_show_intensity (struct ui_file *file, int from_tty,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-auto-load.c38 show_auto_load_guile_scripts (struct ui_file *file, int from_tty, argument
56 info_auto_load_guile_scripts (const char *pattern, int from_tty) argument
58 auto_load_info_scripts (pattern, from_tty, &extension_language_guile);
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-setshow.h55 extern void do_set_command (const char *arg, int from_tty,
57 extern void do_show_command (const char *arg, int from_tty,
63 extern void cmd_show_list (struct cmd_list_element *list, int from_tty);
H A Dcli-logging.c31 show_logging_filename (struct ui_file *file, int from_tty, argument
50 int from_tty, struct cmd_list_element *c)
56 show_logging_overwrite (struct ui_file *file, int from_tty, argument
71 int from_tty, struct cmd_list_element *c)
77 show_logging_redirect (struct ui_file *file, int from_tty, argument
89 show_logging_debug_redirect (struct ui_file *file, int from_tty, argument
113 handle_redirections (int from_tty) argument
127 if (from_tty)
161 set_logging_on (const char *args, int from_tty) argument
168 handle_redirections (from_tty);
49 set_logging_overwrite(const char *args, int from_tty, struct cmd_list_element *c) argument
70 set_logging_redirect(const char *args, int from_tty, struct cmd_list_element *c) argument
172 set_logging_off(const char *args, int from_tty) argument
187 set_logging_enabled(const char *args, int from_tty, struct cmd_list_element *c) argument
197 show_logging_enabled(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
[all...]
H A Dcli-style.h82 static void do_set_value (const char *ignore, int from_tty,
86 static void do_show_foreground (struct ui_file *file, int from_tty,
90 static void do_show_background (struct ui_file *file, int from_tty,
94 static void do_show_intensity (struct ui_file *file, int from_tty,
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-auto-load.c38 show_auto_load_guile_scripts (struct ui_file *file, int from_tty, argument
55 info_auto_load_guile_scripts (const char *pattern, int from_tty) argument
57 auto_load_info_scripts (pattern, from_tty, &extension_language_guile);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dreverse.c39 exec_reverse_once (const char *cmd, const char *args, int from_tty) argument
53 execute_command (reverse_command.c_str (), from_tty);
57 reverse_step (const char *args, int from_tty) argument
59 exec_reverse_once ("step", args, from_tty);
63 reverse_stepi (const char *args, int from_tty) argument
65 exec_reverse_once ("stepi", args, from_tty);
69 reverse_next (const char *args, int from_tty) argument
71 exec_reverse_once ("next", args, from_tty);
75 reverse_nexti (const char *args, int from_tty) argument
77 exec_reverse_once ("nexti", args, from_tty);
81 reverse_continue(const char *args, int from_tty) argument
87 reverse_finish(const char *args, int from_tty) argument
112 save_bookmark_command(const char *args, int from_tty) argument
163 delete_bookmark_command(const char *args, int from_tty) argument
192 goto_bookmark_command(const char *args, int from_tty) argument
264 info_bookmarks_command(const char *args, int from_tty) argument
[all...]
H A Dgdbcmd.h51 const char *p, int from_tty);
56 int from_tty, bool term_out);
61 int from_tty, bool term_out);
H A Dtarget-dcache.c93 set_stack_cache (const char *args, int from_tty, struct cmd_list_element *c) argument
102 show_stack_cache (struct ui_file *file, int from_tty, argument
131 set_code_cache (const char *args, int from_tty, struct cmd_list_element *c) argument
142 show_code_cache (struct ui_file *file, int from_tty, argument
159 maint_flush_dcache_command (const char *command, int from_tty) argument
162 if (from_tty)
H A Dbt-utils.h71 extern void gdb_internal_backtrace_set_cmd (const char *args, int from_tty,
H A Drecord.c97 record_start (const char *method, const char *format, int from_tty) argument
102 execute_command_to_string ("record", from_tty, false);
109 execute_command_to_string ("record full", from_tty, false);
116 execute_command_to_string ("record btrace", from_tty, false);
118 execute_command_to_string ("record btrace bts", from_tty, false);
120 execute_command_to_string ("record btrace pt", from_tty, false);
131 record_stop (int from_tty) argument
133 execute_command_to_string ("record stop", from_tty, false);
175 record_disconnect (struct target_ops *t, const char *args, int from_tty) argument
184 target_disconnect (args, from_tty);
190 record_detach(struct target_ops *t, inferior *inf, int from_tty) argument
257 show_record_debug(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
267 cmd_record_start(const char *args, int from_tty) argument
276 cmd_record_delete(const char *args, int from_tty) argument
302 cmd_record_stop(const char *args, int from_tty) argument
321 info_record_command(const char *args, int from_tty) argument
339 cmd_record_save(const char *args, int from_tty) argument
381 cmd_record_goto(const char *arg, int from_tty) argument
389 cmd_record_goto_begin(const char *arg, int from_tty) argument
401 cmd_record_goto_end(const char *arg, int from_tty) argument
542 cmd_record_insn_history(const char *arg, int from_tty) argument
656 cmd_record_call_history(const char *arg, int from_tty) argument
742 set_record_insn_history_size(const char *args, int from_tty, struct cmd_list_element *c) argument
754 set_record_call_history_size(const char *args, int from_tty, struct cmd_list_element *c) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsolib.h46 extern void solib_create_inferior_hook (int from_tty);
71 extern void no_shared_libraries (const char *ignored, int from_tty);
94 extern void update_solib_list (int from_tty);
H A Dremote.h49 int from_tty);
51 int from_tty);
52 void remote_file_delete (const char *remote_file, int from_tty);
H A Dreverse.c39 exec_reverse_once (const char *cmd, const char *args, int from_tty) argument
53 execute_command (reverse_command.c_str (), from_tty);
57 reverse_step (const char *args, int from_tty) argument
59 exec_reverse_once ("step", args, from_tty);
63 reverse_stepi (const char *args, int from_tty) argument
65 exec_reverse_once ("stepi", args, from_tty);
69 reverse_next (const char *args, int from_tty) argument
71 exec_reverse_once ("next", args, from_tty);
75 reverse_nexti (const char *args, int from_tty) argument
77 exec_reverse_once ("nexti", args, from_tty);
81 reverse_continue(const char *args, int from_tty) argument
87 reverse_finish(const char *args, int from_tty) argument
120 save_bookmark_command(const char *args, int from_tty) argument
204 delete_bookmark_command(const char *args, int from_tty) argument
233 goto_bookmark_command(const char *args, int from_tty) argument
308 info_bookmarks_command(const char *args, int from_tty) argument
[all...]
H A Dtarget-dcache.c92 set_stack_cache (const char *args, int from_tty, struct cmd_list_element *c) argument
101 show_stack_cache (struct ui_file *file, int from_tty, argument
130 set_code_cache (const char *args, int from_tty, struct cmd_list_element *c) argument
141 show_code_cache (struct ui_file *file, int from_tty, argument
H A Dinfcmd.c106 set_inferior_tty_command (const char *args, int from_tty,
115 show_inferior_tty_command (struct ui_file *file, int from_tty,
168 set_args_command (const char *args, int from_tty, struct cmd_list_element *c)
178 show_args_command (struct ui_file *file, int from_tty,
183 deprecated_show_value_hack (file, from_tty, c, get_inferior_args ());
212 set_cwd_command (const char *args, int from_tty, struct cmd_list_element *c)
223 show_cwd_command (struct ui_file *file, int from_tty,
283 post_create_inferior (struct target_ops *target, int from_tty)
319 solib_create_inferior_hook (from_tty);
351 gdb::observers::inferior_created.notify (target, from_tty);
105 set_inferior_tty_command(const char *args, int from_tty, struct cmd_list_element *c) argument
114 show_inferior_tty_command(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
167 set_args_command(const char *args, int from_tty, struct cmd_list_element *c) argument
177 show_args_command(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
211 set_cwd_command(const char *args, int from_tty, struct cmd_list_element *c) argument
222 show_cwd_command(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
282 post_create_inferior(struct target_ops *target, int from_tty) argument
359 kill_if_already_running(int from_tty) argument
413 run_command_1(const char *args, int from_tty, enum run_how run_how) argument
544 run_command(const char *args, int from_tty) argument
553 start_command(const char *args, int from_tty) argument
569 starti_command(const char *args, int from_tty) argument
682 continue_command(const char *args, int from_tty) argument
791 step_command(const char *count_string, int from_tty) argument
799 next_command(const char *count_string, int from_tty) argument
807 stepi_command(const char *count_string, int from_tty) argument
813 nexti_command(const char *count_string, int from_tty) argument
1061 jump_command(const char *arg, int from_tty) argument
1142 signal_command(const char *signum_exp, int from_tty) argument
1239 queue_signal_command(const char *signum_exp, int from_tty) argument
1334 until_next_command(int from_tty) argument
1390 until_command(const char *arg, int from_tty) argument
1412 advance_command(const char *arg, int from_tty) argument
1759 finish_command(const char *arg, int from_tty) argument
1857 info_program_command(const char *args, int from_tty) argument
1927 environment_info(const char *var, int from_tty) argument
1960 set_environment_command(const char *arg, int from_tty) argument
2022 unset_environment_command(const char *var, int from_tty) argument
2040 path_info(const char *args, int from_tty) argument
2050 path_command(const char *dirname, int from_tty) argument
2312 info_all_registers_command(const char *addr_exp, int from_tty) argument
2318 info_registers_command(const char *addr_exp, int from_tty) argument
2350 info_vector_command(const char *args, int from_tty) argument
2361 kill_command(const char *arg, int from_tty) argument
2415 setup_inferior(int from_tty) argument
2435 post_create_inferior (current_top_target (), from_tty); local
2456 attach_post_wait(const char *args, int from_tty, enum attach_post_wait_mode mode) argument
2528 int from_tty; member in struct:attach_command_continuation_args
2559 attach_command(const char *args, int from_tty) argument
2688 notice_new_inferior(thread_info *thr, int leave_running, int from_tty) argument
2743 detach_command(const char *args, int from_tty) argument
2754 target_detach (current_inferior (), from_tty); local
2781 disconnect_command(const char *args, int from_tty) argument
2844 interrupt_command(const char *args, int from_tty) argument
2886 info_float_command(const char *args, int from_tty) argument
2900 info_proc_cmd_1(const char *args, enum info_proc_what what, int from_tty) argument
2916 info_proc_cmd(const char *args, int from_tty) argument
2924 info_proc_cmd_mappings(const char *args, int from_tty) argument
2932 info_proc_cmd_stat(const char *args, int from_tty) argument
2940 info_proc_cmd_status(const char *args, int from_tty) argument
2948 info_proc_cmd_cwd(const char *args, int from_tty) argument
2956 info_proc_cmd_cmdline(const char *args, int from_tty) argument
2964 info_proc_cmd_exe(const char *args, int from_tty) argument
2972 info_proc_cmd_files(const char *args, int from_tty) argument
2980 info_proc_cmd_all(const char *args, int from_tty) argument
2988 show_print_finish(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
[all...]
H A Drecord.c97 record_start (const char *method, const char *format, int from_tty) argument
102 execute_command_to_string ("record", from_tty, false);
109 execute_command_to_string ("record full", from_tty, false);
116 execute_command_to_string ("record btrace", from_tty, false);
118 execute_command_to_string ("record btrace bts", from_tty, false);
120 execute_command_to_string ("record btrace pt", from_tty, false);
131 record_stop (int from_tty) argument
133 execute_command_to_string ("record stop", from_tty, false);
175 record_disconnect (struct target_ops *t, const char *args, int from_tty) argument
184 target_disconnect (args, from_tty);
190 record_detach(struct target_ops *t, inferior *inf, int from_tty) argument
257 show_record_debug(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
267 cmd_record_start(const char *args, int from_tty) argument
276 cmd_record_delete(const char *args, int from_tty) argument
302 cmd_record_stop(const char *args, int from_tty) argument
321 info_record_command(const char *args, int from_tty) argument
339 cmd_record_save(const char *args, int from_tty) argument
381 cmd_record_goto(const char *arg, int from_tty) argument
389 cmd_record_goto_begin(const char *arg, int from_tty) argument
401 cmd_record_goto_end(const char *arg, int from_tty) argument
539 cmd_record_insn_history(const char *arg, int from_tty) argument
653 cmd_record_call_history(const char *arg, int from_tty) argument
739 set_record_insn_history_size(const char *args, int from_tty, struct cmd_list_element *c) argument
751 set_record_call_history_size(const char *args, int from_tty, struct cmd_list_element *c) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-error.py22 def invoke(self, args, from_tty):
H A Dpy-completion.py24 def invoke(self,argument,from_tty):
31 def invoke(self,argument,from_tty):
41 def invoke(self,argument,from_tty):
60 def invoke(self,argument,from_tty):
71 def invoke(self,argument,from_tty):
83 def invoke(self,argument,from_tty):
95 def invoke(self,argument,from_tty):
107 def invoke(self,argument,from_tty):
119 def invoke(self,argument,from_tty):
131 def invoke(self,argument,from_tty)
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-error.py25 def invoke(self, args, from_tty):
H A Dpy-completion.py27 def invoke(self, argument, from_tty):
35 def invoke(self, argument, from_tty):
46 def invoke(self, argument, from_tty):
66 def invoke(self, argument, from_tty):
77 def invoke(self, argument, from_tty):
99 def invoke(self, argument, from_tty):
121 def invoke(self, argument, from_tty):
143 def invoke(self, argument, from_tty):
165 def invoke(self, argument, from_tty):
187 def invoke(self, argument, from_tty)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-auto-load.c37 show_auto_load_python_scripts (struct ui_file *file, int from_tty, argument
55 info_auto_load_python_scripts (const char *pattern, int from_tty) argument
57 auto_load_info_scripts (pattern, from_tty, &extension_language_python);
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-auto-load.c37 show_auto_load_python_scripts (struct ui_file *file, int from_tty, argument
54 info_auto_load_python_scripts (const char *pattern, int from_tty) argument
56 auto_load_info_scripts (pattern, from_tty, &extension_language_python);

Completed in 175 milliseconds

1234567891011>>