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

1234567

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstack.h25 void select_frame_command (char *level_exp, int from_tty);
H A Dsolib.h38 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \
39 solib_add (filename, from_tty, targ, readsyms)
110 extern void no_shared_libraries (char *ignored, int from_tty);
H A Dkod.h57 extern void cisco_kod_request (char *arg, int from_tty);
H A Dxcoffsolib.c62 static void sharedlibrary_command (char *pattern, int from_tty);
65 solib_info (char *args, int from_tty) argument
99 sharedlibrary_command (char *pattern, int from_tty) argument
136 if (from_tty)
147 if (from_tty && pattern && ! any_matches)
173 no_shared_libraries (char *ignored, int from_tty) argument
H A Dcoff-solib.h35 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \
36 coff_solib_add (filename, from_tty, targ, readsyms)
H A Dinfcmd.c61 void interrupt_target_command (char *args, int from_tty);
111 static void run_no_args_command (char *args, int from_tty);
113 static void go_command (char *line_no, int from_tty);
245 notice_args_set (char *args, int from_tty, struct cmd_list_element *c)
253 notice_args_read (char *args, int from_tty, struct cmd_list_element *c)
373 tty_command (char *file, int from_tty)
387 kill_if_already_running (int from_tty)
391 if (from_tty
404 run_command (char *args, int from_tty)
410 kill_if_already_running (from_tty);
244 notice_args_set(char *args, int from_tty, struct cmd_list_element *c) argument
252 notice_args_read(char *args, int from_tty, struct cmd_list_element *c) argument
370 tty_command(char *file, int from_tty) argument
384 kill_if_already_running(int from_tty) argument
401 run_command(char *args, int from_tty) argument
487 run_no_args_command(char *args, int from_tty) argument
498 start_command(char *args, int from_tty) argument
518 continue_command(char *proc_count_exp, int from_tty) argument
575 step_command(char *count_string, int from_tty) argument
583 next_command(char *count_string, int from_tty) argument
591 stepi_command(char *count_string, int from_tty) argument
597 nexti_command(char *count_string, int from_tty) argument
814 jump_command(char *arg, int from_tty) argument
902 go_command(char *line_no, int from_tty) argument
917 signal_command(char *signum_exp, int from_tty) argument
969 until_next_command(int from_tty) argument
1014 until_command(char *arg, int from_tty) argument
1045 advance_command(char *arg, int from_tty) argument
1185 finish_command(char *arg, int from_tty) argument
1307 program_info(char *args, int from_tty) argument
1354 environment_info(char *var, int from_tty) argument
1385 set_environment_command(char *arg, int from_tty) argument
1447 unset_environment_command(char *var, int from_tty) argument
1468 path_info(char *args, int from_tty) argument
1478 path_command(char *dirname, int from_tty) argument
1700 all_registers_info(char *addr_exp, int from_tty) argument
1706 nofp_registers_info(char *addr_exp, int from_tty) argument
1741 vector_info(char *args, int from_tty) argument
1764 attach_command(char *args, int from_tty) argument
1864 detach_command(char *args, int from_tty) argument
1884 disconnect_command(char *args, int from_tty) argument
1898 interrupt_target_command(char *args, int from_tty) argument
1938 float_info(char *args, int from_tty) argument
1944 unset_command(char *args, int from_tty) argument
[all...]
H A Dsymfile-mem.c61 symbol_file_add_from_memory (struct bfd *templ, CORE_ADDR addr, int from_tty) argument
102 objf = symbol_file_add_from_bfd (nbfd, from_tty,
113 add_symbol_file_from_memory_command (char *args, int from_tty) argument
132 symbol_file_add_from_memory (templ, addr, from_tty);
H A Dtracepoint.h115 void (*deprecated_trace_find_hook) (char *arg, int from_tty);
116 void (*deprecated_trace_start_stop_hook) (int start, int from_tty);
H A Dcoff-solib.c45 void coff_solib_add (char *arg_string, int from_tty,
53 coff_solib_add (char *arg_string, int from_tty, struct target_ops *target, int readsyms) argument
96 objfile = symbol_file_add (filename, from_tty,
H A Dsolib.c383 so->objfile = symbol_file_add (so->so_name, /*so->from_tty*/ 0,
388 so->objfile = symbol_file_add (so->so_name, so->from_tty,
401 solib_read_symbols (struct so_list *so, int from_tty) argument
405 if (from_tty)
414 if (from_tty)
430 void update_solib_list (int from_tty, struct target_ops *TARGET)
454 update_solib_list (int from_tty, struct target_ops *target) argument
464 catch_errors (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT, &from_tty,
565 add_to_target_sections (from_tty, target, i);
571 add_to_target_sections (int from_tty, struc argument
627 solib_add(char *pattern, int from_tty, struct target_ops *target, int readsyms) argument
689 info_sharedlibrary_command(char *ignore, int from_tty) argument
888 sharedlibrary_command(char *args, int from_tty) argument
907 no_shared_libraries(char *ignored, int from_tty) argument
914 reload_shared_libraries(char *ignored, int from_tty) argument
[all...]
H A Dgdbcore.h125 extern void core_file_command (char *filename, int from_tty);
127 extern void exec_open (char *filename, int from_tty);
129 extern void exec_file_attach (char *filename, int from_tty);
131 extern void exec_file_clear (int from_tty);
H A Dsomsolib.h36 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \
37 som_solib_add (filename, from_tty, targ, readsyms)
176 extern void no_shared_libraries (char *ignored, int from_tty);
H A Devent-top.h84 extern void set_async_editing_command (char *args, int from_tty,
86 extern void set_async_annotation_level (char *args, int from_tty,
88 extern void set_async_prompt (char *args, int from_tty,
H A Dmaint.c49 static void maintenance_internal_error (char *args, int from_tty);
81 void maintenance_command (char *args, int from_tty)
88 maintenance_command (char *args, int from_tty) argument
96 maintenance_dump_me (char *args, int from_tty) argument
118 maintenance_internal_error (char *args, int from_tty) argument
129 maintenance_internal_warning (char *args, int from_tty) argument
143 maintenance_demangle (char *args, int from_tty) argument
168 maintenance_time_display (char *args, int from_tty) argument
179 maintenance_space_display (char *args, int from_tty) argument
194 maintenance_info_command (char *arg, int from_tty) argument
355 maintenance_info_sections(char *arg, int from_tty) argument
400 maintenance_print_statistics(char *args, int from_tty) argument
407 maintenance_print_architecture(char *args, int from_tty) argument
426 maintenance_print_command(char *arg, int from_tty) argument
439 maintenance_translate_address(char *arg, int from_tty) argument
499 maintenance_deprecate(char *args, int from_tty) argument
514 maintenance_undeprecate(char *args, int from_tty) argument
616 maintenance_set_cmd(char *args, int from_tty) argument
623 maintenance_show_cmd(char *args, int from_tty) argument
654 maintenance_set_profile_cmd(char *args, int from_tty, struct cmd_list_element *c) argument
686 maintenance_set_profile_cmd(char *args, int from_tty, struct cmd_list_element *c) argument
[all...]
H A Dmacrocmd.c37 macro_command (char *arg, int from_tty)
51 macro_expand_command (char *exp, int from_tty)
87 macro_expand_once_command (char *exp, int from_tty)
140 info_macro_command (char *name, int from_tty)
205 macro_define_command (char *exp, int from_tty)
212 macro_undef_command (char *exp, int from_tty)
219 macro_list_command (char *exp, int from_tty)
36 macro_command(char *arg, int from_tty) argument
49 macro_expand_command(char *exp, int from_tty) argument
85 macro_expand_once_command(char *exp, int from_tty) argument
138 info_macro_command(char *name, int from_tty) argument
202 macro_define_command(char *exp, int from_tty) argument
209 macro_undef_command(char *exp, int from_tty) argument
216 macro_list_command(char *exp, int from_tty) argument
H A Dkod.c57 argument. The second argument is the standard `from_tty'
133 kod_set_os (char *arg, int from_tty, struct cmd_list_element *command) argument
200 info_kod_command (char *arg, int from_tty) argument
202 (*gdb_kod_request) (arg, from_tty);
H A Dremote-utils.h121 void gr_detach (char *args, int from_tty);
133 void gr_open (char *args, int from_tty, struct gr_settings *gr_settings);
134 void gr_load_image (char *, int from_tty);
H A Docd.h92 void ocd_open (char *name, int from_tty, enum ocd_target_type,
97 void ocd_detach (char *args, int from_tty);
116 int from_tty);
124 void ocd_load (char *args, int from_tty);
H A Dtop.h74 extern void show_commands (char *args, int from_tty);
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-setshow.h30 extern void do_setshow_command (char *arg, int from_tty,
35 extern void cmd_show_list (struct cmd_list_element *list, int from_tty,
H A Dcli-script.h34 extern void while_command (char *arg, int from_tty);
36 extern void if_command (char *arg, int from_tty);
H A Dcli-interp.c38 int from_tty);
42 int from_tty; member in struct:captured_execute_command_args
122 execute_command (args->command, args->from_tty);
127 safe_execute_command (struct ui_out *uiout, char *command, int from_tty) argument
131 args.from_tty = from_tty;
H A Dcli-logging.c64 handle_redirections (int from_tty) argument
85 if (from_tty)
89 else if (from_tty)
109 set_logging_on (char *args, int from_tty) argument
117 handle_redirections (from_tty);
121 set_logging_off (char *args, int from_tty) argument
127 if (from_tty)
134 set_logging_command (char *args, int from_tty) argument
145 show_logging_command (char *args, int from_tty) argument
H A Dcli-decode.h69 void (*func) (struct cmd_list_element *c, char *args, int from_tty);
226 void (*cfunc) (char *args, int from_tty));
229 void (*sfunc) (char *args, int from_tty,
238 void (*cfunc) (char *args, int from_tty));
315 extern void not_just_help_class_command (char *arg, int from_tty);
/openbsd-current/gnu/usr.bin/binutils/gdb/config/i386/
H A Dtm-cygwin.h24 #define SOLIB_ADD(filename, from_tty, targ, readsyms) child_solib_add(filename, from_tty, targ, readsyms)

Completed in 116 milliseconds

1234567