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

123456

/freebsd-11-stable/contrib/gdb/gdb/
H A Dstack.h25 void select_frame_command (char *level_exp, int from_tty);
H A Dsolib.h37 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \
38 solib_add (filename, from_tty, targ, readsyms)
108 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);
249 notice_args_set (char *args, int from_tty, struct cmd_list_element *c)
257 notice_args_read (char *args, int from_tty, struct cmd_list_element *c)
377 tty_command (char *file, int from_tty)
386 run_command (char *args, int from_tty)
394 if (from_tty
462 if (from_tty)
484 run_no_args_command (char *args, int from_tty)
248 notice_args_set(char *args, int from_tty, struct cmd_list_element *c) argument
256 notice_args_read(char *args, int from_tty, struct cmd_list_element *c) argument
374 tty_command(char *file, int from_tty) argument
383 run_command(char *args, int from_tty) argument
481 run_no_args_command(char *args, int from_tty) argument
489 continue_command(char *proc_count_exp, int from_tty) argument
546 step_command(char *count_string, int from_tty) argument
554 next_command(char *count_string, int from_tty) argument
562 stepi_command(char *count_string, int from_tty) argument
568 nexti_command(char *count_string, int from_tty) argument
787 jump_command(char *arg, int from_tty) argument
875 go_command(char *line_no, int from_tty) argument
890 signal_command(char *signum_exp, int from_tty) argument
942 until_next_command(int from_tty) argument
988 until_command(char *arg, int from_tty) argument
1019 advance_command(char *arg, int from_tty) argument
1177 finish_command(char *arg, int from_tty) argument
1300 program_info(char *args, int from_tty) argument
1347 environment_info(char *var, int from_tty) argument
1378 set_environment_command(char *arg, int from_tty) argument
1440 unset_environment_command(char *var, int from_tty) argument
1461 path_info(char *args, int from_tty) argument
1471 path_command(char *dirname, int from_tty) argument
1716 all_registers_info(char *addr_exp, int from_tty) argument
1722 nofp_registers_info(char *addr_exp, int from_tty) argument
1757 vector_info(char *args, int from_tty) argument
1780 attach_command(char *args, int from_tty) argument
1875 detach_command(char *args, int from_tty) argument
1895 disconnect_command(char *args, int from_tty) argument
1909 interrupt_target_command(char *args, int from_tty) argument
1949 float_info(char *args, int from_tty) argument
1955 unset_command(char *args, int from_tty) argument
[all...]
H A Dsolib.c354 so->objfile = symbol_file_add (so->so_name, so->from_tty,
368 void update_solib_list (int from_tty, struct target_ops *TARGET)
392 update_solib_list (int from_tty, struct target_ops *target) argument
402 catch_errors (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT, &from_tty,
499 i->from_tty = from_tty;
532 void solib_add (char *pattern, int from_tty, struct target_ops
547 solib_add (char *pattern, int from_tty, struct target_ops *target, int readsyms) argument
559 update_solib_list (from_tty, target);
575 if (from_tty)
628 info_sharedlibrary_command(char *ignore, int from_tty) argument
834 sharedlibrary_command(char *args, int from_tty) argument
853 no_shared_libraries(char *ignored, int from_tty) argument
860 reload_shared_libraries(char *ignored, int from_tty) argument
[all...]
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 Dtracepoint.h115 void (*trace_find_hook) (char *arg, int from_tty);
116 void (*trace_start_stop_hook) (int start, int from_tty);
H A Dgdbcore.h118 extern void core_file_command (char *filename, int from_tty);
120 extern void exec_open (char *filename, int from_tty);
122 extern void exec_file_attach (char *filename, int from_tty);
124 extern void exec_file_clear (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 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 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
199 info_kod_command (char *arg, int from_tty) argument
201 (*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 Dexec.c89 exec_open (char *args, int from_tty) argument
91 target_preopen (from_tty);
92 exec_file_attach (args, from_tty);
151 exec_file_clear (int from_tty) argument
156 if (from_tty)
180 exec_file_attach (char *filename, int from_tty) argument
189 if (from_tty)
284 exec_file_command (char *args, int from_tty) argument
289 target_preopen (from_tty);
310 exec_file_attach (filename, from_tty);
321 file_command(char *arg, int from_tty) argument
628 set_section_command(char *args, int from_tty) argument
[all...]
H A Dtop.h74 extern void show_commands (char *args, int from_tty);
H A Dtracepoint.c379 trace_command (char *arg, int from_tty) argument
391 if (from_tty && info_verbose)
452 tracepoints_info (char *tpnum_exp, int from_tty) argument
555 tracepoint_operation (struct tracepoint *t, int from_tty, argument
642 map_args_over_tracepoints (char *args, int from_tty, argument
649 tracepoint_operation (t, from_tty, opcode);
655 tracepoint_operation (t, from_tty, opcode);
663 enable_trace_command (char *args, int from_tty) argument
666 map_args_over_tracepoints (args, from_tty, enable_op);
671 disable_trace_command (char *args, int from_tty) argument
679 delete_trace_command(char *args, int from_tty) argument
698 trace_pass_command(char *args, int from_tty) argument
757 end_actions_pseudocommand(char *args, int from_tty) argument
763 while_stepping_pseudocommand(char *args, int from_tty) argument
769 collect_pseudocommand(char *args, int from_tty) argument
776 trace_actions_command(char *args, int from_tty) argument
1717 trace_start_command(char *args, int from_tty) argument
1817 trace_stop_command(char *args, int from_tty) argument
1837 trace_status_command(char *args, int from_tty) argument
1857 finish_tfind_command(char *msg, long sizeof_msg, int from_tty) argument
1981 trace_find_command(char *args, int from_tty) argument
2022 trace_find_end_command(char *args, int from_tty) argument
2029 trace_find_none_command(char *args, int from_tty) argument
2036 trace_find_start_command(char *args, int from_tty) argument
2043 trace_find_pc_command(char *args, int from_tty) argument
2065 trace_find_tracepoint_command(char *args, int from_tty) argument
2097 trace_find_line_command(char *args, int from_tty) argument
2185 trace_find_range_command(char *args, int from_tty) argument
2224 trace_find_outside_command(char *args, int from_tty) argument
2263 tracepoint_save_command(char *args, int from_tty) argument
2335 scope_info(char *args, int from_tty) argument
2480 trace_dump_command(char *args, int from_tty) argument
[all...]
H A Dpa64solib.h28 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \
29 pa64_solib_add (filename, from_tty, targ, readsyms)
/freebsd-11-stable/contrib/gdb/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.c65 handle_redirections (int from_tty) argument
86 if (from_tty)
90 else if (from_tty)
110 set_logging_on (char *args, int from_tty) argument
118 handle_redirections (from_tty);
122 set_logging_off (char *args, int from_tty) argument
128 if (from_tty)
135 set_logging_command (char *args, int from_tty) argument
146 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));
316 extern void not_just_help_class_command (char *arg, int from_tty);

Completed in 121 milliseconds

123456