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

12345678910

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-setshow.h29 extern void do_setshow_command (char *arg, int from_tty,
34 extern void cmd_show_list (struct cmd_list_element *list, int from_tty,
H A Dcli-interp.c39 int from_tty);
43 int from_tty; member in struct:captured_execute_command_args
126 execute_command (args->command, args->from_tty);
130 safe_execute_command (struct ui_out *uiout, char *command, int from_tty) argument
136 args.from_tty = from_tty;
H A Dcli-script.h33 extern void while_command (char *arg, int from_tty);
35 extern void if_command (char *arg, int from_tty);
H A Dcli-logging.c43 show_logging_filename (struct ui_file *file, int from_tty, argument
53 set_logging_overwrite (char *args, int from_tty, struct cmd_list_element *c) argument
61 show_logging_overwrite (struct ui_file *file, int from_tty, argument
80 set_logging_redirect (char *args, int from_tty, struct cmd_list_element *c) argument
101 if (from_tty)
113 if (from_tty)
140 show_logging_redirect (struct ui_file *file, int from_tty, argument
174 handle_redirections (int from_tty) argument
200 if (from_tty)
209 if (from_tty)
234 set_logging_on(char *args, int from_tty) argument
247 set_logging_off(char *args, int from_tty) argument
260 set_logging_command(char *args, int from_tty) argument
271 show_logging_command(char *args, int from_tty) argument
[all...]
H A Dcli-decode.h68 void (*func) (struct cmd_list_element *c, char *args, int from_tty);
246 void (*cfunc) (char *args, int from_tty));
249 void (*sfunc) (char *args, int from_tty,
259 void (*cfunc) (char *args, int from_tty));
318 extern void not_just_help_class_command (char *arg, int from_tty);
H A Dcli-cmds.c225 info_command (char *arg, int from_tty)
235 show_command (char *arg, int from_tty)
237 cmd_show_list (showlist, from_tty, "");
245 help_command (char *command, int from_tty)
264 complete_command (char *arg, int from_tty)
332 show_version (char *args, int from_tty)
343 quit_command (char *args, int from_tty)
348 disconnect_tracing (from_tty);
350 quit_force (args, from_tty);
354 pwd_command (char *args, int from_tty)
222 info_command(char *arg, int from_tty) argument
232 show_command(char *arg, int from_tty) argument
241 help_command(char *command, int from_tty) argument
259 complete_command(char *arg, int from_tty) argument
327 show_version(char *args, int from_tty) argument
338 quit_command(char *args, int from_tty) argument
349 pwd_command(char *args, int from_tty) argument
365 cd_command(char *dir, int from_tty) argument
469 show_script_ext_mode(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
568 source_script_with_search(const char *file, int from_tty, int search_path) argument
598 source_script(char *file, int from_tty) argument
613 source_command(char *args, int from_tty) argument
672 echo_command(char *text, int from_tty) argument
701 shell_escape(char *arg, int from_tty) argument
761 edit_command(char *arg, int from_tty) argument
865 list_command(char *arg, int from_tty) argument
1123 disassemble_command(char *arg, int from_tty) argument
1206 make_command(char *arg, int from_tty) argument
1223 show_user(char *args, int from_tty) argument
1251 apropos_command(char *searchstr, int from_tty) argument
1293 set_debug(char *arg, int from_tty) argument
1301 show_debug(char *args, int from_tty) argument
1336 show_info_verbose(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
1349 show_history_expansion_p(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
1357 show_baud_rate(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
1365 show_remote_debug(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
1373 show_remote_timeout(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
1382 show_max_user_call_depth(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
[all...]
H A Dcli-dump.c162 dump_command (char *cmd, int from_tty) argument
169 append_command (char *cmd, int from_tty) argument
318 dump_srec_memory (char *args, int from_tty) argument
324 dump_srec_value (char *args, int from_tty) argument
330 dump_ihex_memory (char *args, int from_tty) argument
336 dump_ihex_value (char *args, int from_tty) argument
342 dump_tekhex_memory (char *args, int from_tty) argument
348 dump_tekhex_value (char *args, int from_tty) argument
354 dump_binary_memory (char *args, int from_tty) argument
360 dump_binary_value (char *args, int from_tty) argument
366 append_binary_memory(char *args, int from_tty) argument
372 append_binary_value(char *args, int from_tty) argument
384 call_dump_func(struct cmd_list_element *c, char *args, int from_tty) argument
559 restore_command(char *args, int from_tty) argument
627 srec_dump_command(char *cmd, int from_tty) argument
634 ihex_dump_command(char *cmd, int from_tty) argument
641 tekhex_dump_command(char *cmd, int from_tty) argument
648 binary_dump_command(char *cmd, int from_tty) argument
655 binary_append_command(char *cmd, int from_tty) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote.h50 int from_tty);
52 int from_tty);
53 void remote_file_delete (const char *remote_file, int from_tty);
H A Dgcore.h25 extern bfd *load_corefile (char *filename, int from_tty);
H A Dsolib.h45 extern void solib_create_inferior_hook (int from_tty);
70 extern void no_shared_libraries (char *ignored, int from_tty);
H A Dreverse.c47 exec_reverse_once (char *cmd, char *args, int from_tty) argument
67 execute_command (reverse_command, from_tty);
72 reverse_step (char *args, int from_tty) argument
74 exec_reverse_once ("step", args, from_tty);
78 reverse_stepi (char *args, int from_tty) argument
80 exec_reverse_once ("stepi", args, from_tty);
84 reverse_next (char *args, int from_tty) argument
86 exec_reverse_once ("next", args, from_tty);
90 reverse_nexti (char *args, int from_tty) argument
92 exec_reverse_once ("nexti", args, from_tty);
96 reverse_continue(char *args, int from_tty) argument
102 reverse_finish(char *args, int from_tty) argument
135 save_bookmark_command(char *args, int from_tty) argument
221 delete_bookmark_command(char *args, int from_tty) argument
254 goto_bookmark_command(char *args, int from_tty) argument
324 bookmarks_info(char *args, int from_tty) argument
[all...]
H A Dsymfile-mem.c67 int from_tty)
111 objf = symbol_file_add_from_bfd (nbfd, from_tty ? SYMFILE_VERBOSE : 0,
122 add_symbol_file_from_memory_command (char *args, int from_tty) argument
141 symbol_file_add_from_memory (templ, addr, NULL, from_tty);
151 int from_tty; member in struct:symbol_file_add_from_memory_args
163 args->from_tty);
171 add_vsyscall_page (struct target_ops *target, int from_tty) argument
205 args.from_tty = 0;
66 symbol_file_add_from_memory(struct bfd *templ, CORE_ADDR addr, char *name, int from_tty) argument
H A Dstack.h24 void select_frame_command (char *level_exp, int from_tty);
H A Dtracepoint.h192 extern void (*deprecated_trace_find_hook) (char *arg, int from_tty);
193 extern void (*deprecated_trace_start_stop_hook) (int start, int from_tty);
217 extern void end_actions_pseudocommand (char *args, int from_tty);
218 extern void while_stepping_pseudocommand (char *args, int from_tty);
239 extern void disconnect_tracing (int from_tty);
251 int from_tty);
H A Dinfcmd.c71 void interrupt_target_command (char *args, int from_tty);
118 static void run_no_args_command (char *args, int from_tty);
120 static void go_command (char *line_no, int from_tty);
188 set_inferior_tty_command (char *args, int from_tty,
197 show_inferior_tty_command (struct ui_file *file, int from_tty,
251 set_args_command (char *args, int from_tty, struct cmd_list_element *c)
260 show_args_command (struct ui_file *file, int from_tty,
265 deprecated_show_value_hack (file, from_tty, c, get_inferior_args ());
399 post_create_inferior (struct target_ops *target, int from_tty)
430 solib_create_inferior_hook (from_tty);
187 set_inferior_tty_command(char *args, int from_tty, struct cmd_list_element *c) argument
196 show_inferior_tty_command(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
250 set_args_command(char *args, int from_tty, struct cmd_list_element *c) argument
259 show_args_command(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
396 post_create_inferior(struct target_ops *target, int from_tty) argument
470 kill_if_already_running(int from_tty) argument
491 run_command_1(char *args, int from_tty, int tbreak_at_main) argument
608 run_command(char *args, int from_tty) argument
614 run_no_args_command(char *args, int from_tty) argument
624 start_command(char *args, int from_tty) argument
707 continue_command(char *args, int from_tty) argument
810 step_command(char *count_string, int from_tty) argument
818 next_command(char *count_string, int from_tty) argument
826 stepi_command(char *count_string, int from_tty) argument
832 nexti_command(char *count_string, int from_tty) argument
1070 jump_command(char *arg, int from_tty) argument
1163 go_command(char *line_no, int from_tty) argument
1178 signal_command(char *signum_exp, int from_tty) argument
1257 until_next_command(int from_tty) argument
1316 until_command(char *arg, int from_tty) argument
1349 advance_command(char *arg, int from_tty) argument
1623 finish_command(char *arg, int from_tty) argument
1721 program_info(char *args, int from_tty) argument
1788 environment_info(char *var, int from_tty) argument
1821 set_environment_command(char *arg, int from_tty) argument
1884 unset_environment_command(char *var, int from_tty) argument
1905 path_info(char *args, int from_tty) argument
1916 path_command(char *dirname, int from_tty) argument
2175 all_registers_info(char *addr_exp, int from_tty) argument
2181 nofp_registers_info(char *addr_exp, int from_tty) argument
2216 vector_info(char *args, int from_tty) argument
2227 kill_command(char *arg, int from_tty) argument
2314 attach_command_post_wait(char *args, int from_tty, int async_exec) argument
2408 int from_tty; member in struct:attach_command_continuation_args
2430 attach_command(char *args, int from_tty) argument
2545 notice_new_inferior(ptid_t ptid, int leave_running, int from_tty) argument
2614 detach_command(char *args, int from_tty) argument
2648 disconnect_command(char *args, int from_tty) argument
2686 interrupt_target_command(char *args, int from_tty) argument
2736 float_info(char *args, int from_tty) argument
2745 unset_command(char *args, int from_tty) argument
[all...]
H A Devent-top.h83 extern void set_async_editing_command (char *args, int from_tty,
85 extern void set_async_annotation_level (char *args, int from_tty,
87 extern void set_async_prompt (char *args, int from_tty,
H A Dxcoffsolib.c60 static void sharedlibrary_command (char *pattern, int from_tty);
63 solib_info (char *args, int from_tty) argument
100 sharedlibrary_command (char *pattern, int from_tty) argument
137 if (from_tty)
148 if (from_tty && pattern && ! any_matches)
H A Dtop.c98 /* Flag for whether we want all the "from_tty" gubbish printed. */
102 show_caution (struct ui_file *file, int from_tty, argument
269 char *cmd, int from_tty);
361 execute_command (char *p, int from_tty)
424 do_setshow_command (arg, from_tty & caution, c);
428 deprecated_call_command_hook (c, arg, from_tty & caution);
430 cmd_func (c, arg, from_tty & caution);
474 execute_command_to_string (char *p, int from_tty)
504 execute_command (p, from_tty);
661 show_write_history_p (struct ui_file *file, int from_tty,
359 execute_command(char *p, int from_tty) argument
472 execute_command_to_string(char *p, int from_tty) argument
657 show_write_history_p(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
666 show_history_size(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
675 show_history_filename(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
1135 int from_tty; member in struct:qt_args
1258 quit_force(char *args, int from_tty) argument
1306 dont_repeat_command(char *ignored, int from_tty) argument
1317 show_commands(char *args, int from_tty) argument
1391 set_history_size_command(char *args, int from_tty, struct cmd_list_element *c) argument
1405 set_history(char *args, int from_tty) argument
1413 show_history(char *args, int from_tty) argument
1422 set_verbose(char *args, int from_tty, struct cmd_list_element *c) argument
1481 show_new_async_prompt(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
1488 show_async_command_editing_p(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
1497 show_annotation_level(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
1504 show_exec_done_display_p(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
[all...]
H A Dgdbcore.h121 extern void core_file_command (char *filename, int from_tty);
123 extern void exec_file_attach (char *filename, int from_tty);
125 extern void exec_file_clear (int from_tty);
H A Dtop.h76 extern void show_commands (char *args, int from_tty);
H A Dmaint.c47 static void maintenance_internal_error (char *args, int from_tty);
71 show_watchdog (struct ui_file *file, int from_tty, argument
85 void maintenance_command (char *args, int from_tty)
92 maintenance_command (char *args, int from_tty) argument
101 maintenance_dump_me (char *args, int from_tty) argument
123 maintenance_internal_error (char *args, int from_tty) argument
134 maintenance_internal_warning (char *args, int from_tty) argument
148 maintenance_demangle (char *args, int from_tty) argument
174 maintenance_time_display (char *args, int from_tty) argument
183 maintenance_space_display (char *args, int from_tty) argument
196 maintenance_info_command(char *arg, int from_tty) argument
366 maintenance_info_sections(char *arg, int from_tty) argument
411 maintenance_print_statistics(char *args, int from_tty) argument
418 maintenance_print_architecture(char *args, int from_tty) argument
442 maintenance_print_command(char *arg, int from_tty) argument
455 maintenance_translate_address(char *arg, int from_tty) argument
540 maintenance_deprecate(char *args, int from_tty) argument
555 maintenance_undeprecate(char *args, int from_tty) argument
656 maintenance_set_cmd(char *args, int from_tty) argument
664 maintenance_show_cmd(char *args, int from_tty) argument
673 show_maintenance_profile_p(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
701 maintenance_set_profile_cmd(char *args, int from_tty, struct cmd_list_element *c) argument
735 maintenance_set_profile_cmd(char *args, int from_tty, struct cmd_list_element *c) argument
[all...]
H A Dsolib.c103 show_solib_search_path (struct ui_file *file, int from_tty,
620 const int from_tty = flags & SYMFILE_VERBOSE;
663 if (from_tty || info_verbose)
679 void update_solib_list (int from_tty, struct target_ops *TARGET)
703 update_solib_list (int from_tty, struct target_ops *target)
719 catch_errors (ops->open_symbol_file_object, &from_tty,
896 void solib_add (char *pattern, int from_tty, struct target_ops
911 solib_add (char *pattern, int from_tty,
924 update_solib_list (from_tty, target);
933 SYMFILE_DEFER_BP_RESET | (from_tty
102 show_solib_search_path(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
619 const int from_tty = flags & SYMFILE_VERBOSE; local
702 update_solib_list(int from_tty, struct target_ops *target) argument
910 solib_add(char *pattern, int from_tty, struct target_ops *target, int readsyms) argument
1000 info_sharedlibrary_command(char *pattern, int from_tty) argument
1235 solib_create_inferior_hook(int from_tty) argument
1281 sharedlibrary_command(char *args, int from_tty) argument
1300 no_shared_libraries(char *ignored, int from_tty) argument
1315 reload_shared_libraries_1(int from_tty) argument
1374 reload_shared_libraries(char *ignored, int from_tty, struct cmd_list_element *e) argument
1432 show_auto_solib_add(struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) argument
[all...]
H A Dravenscar-thread.c72 static void ravenscar_initialize (char *name, int from_tty);
80 int from_tty);
319 ravenscar_inferior_created (struct target_ops *target, int from_tty) argument
340 ravenscar_initialize (char *name, int from_tty) argument
391 set_ravenscar_command (char *arg, int from_tty) argument
401 show_ravenscar_command (char *args, int from_tty) argument
403 cmd_show_list (show_ravenscar_list, from_tty, "");
409 show_ravenscar_task_switching_command (struct ui_file *file, int from_tty, argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-error.py22 def invoke(self, args, from_tty):
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-hload.c31 sim_load (sd, prog_name, prog_bfd, from_tty)
35 int from_tty;

Completed in 223 milliseconds

12345678910