Home
last modified time | relevance | path

Searched refs:from_tty (Results 1 – 25 of 167) sorted by relevance

1234567

/openbsd-src/gnu/usr.bin/binutils/gdb/
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);
244 notice_args_set (char *args, int from_tty, struct cmd_list_element *c) in notice_args_set() argument
252 notice_args_read (char *args, int from_tty, struct cmd_list_element *c) in notice_args_read() argument
370 tty_command (char *file, int from_tty) in tty_command() argument
384 kill_if_already_running (int from_tty) in kill_if_already_running() argument
388 if (from_tty in kill_if_already_running()
401 run_command (char *args, int from_tty) in run_command() argument
407 kill_if_already_running (from_tty); in run_command()
[all …]
H A Dsolib.c388 so->objfile = symbol_file_add (so->so_name, so->from_tty, in symbol_add_stub()
401 solib_read_symbols (struct so_list *so, int from_tty) in solib_read_symbols() argument
405 if (from_tty) in solib_read_symbols()
414 if (from_tty) in solib_read_symbols()
454 update_solib_list (int from_tty, struct target_ops *target) in update_solib_list() argument
464 catch_errors (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT, &from_tty, in update_solib_list()
565 add_to_target_sections (from_tty, target, i); in update_solib_list()
571 add_to_target_sections (int from_tty, struct target_ops *target, struct so_list *solib) in add_to_target_sections() argument
578 solib->from_tty = from_tty; in add_to_target_sections()
627 solib_add (char *pattern, int from_tty, struct target_ops *target, int readsyms) in solib_add() argument
[all …]
H A Dmaint.c49 static void maintenance_internal_error (char *args, int from_tty);
88 maintenance_command (char *args, int from_tty) in maintenance_command() argument
96 maintenance_dump_me (char *args, int from_tty) in maintenance_dump_me() argument
118 maintenance_internal_error (char *args, int from_tty) in maintenance_internal_error() argument
129 maintenance_internal_warning (char *args, int from_tty) in maintenance_internal_warning() argument
143 maintenance_demangle (char *args, int from_tty) in maintenance_demangle() argument
168 maintenance_time_display (char *args, int from_tty) in maintenance_time_display() argument
179 maintenance_space_display (char *args, int from_tty) in maintenance_space_display() argument
194 maintenance_info_command (char *arg, int from_tty) in maintenance_info_command() argument
355 maintenance_info_sections (char *arg, int from_tty) in maintenance_info_sections() argument
[all …]
H A Dtracepoint.c379 trace_command (char *arg, int from_tty) in trace_command() argument
391 if (from_tty && info_verbose) in trace_command()
452 tracepoints_info (char *tpnum_exp, int from_tty) in tracepoints_info() argument
554 tracepoint_operation (struct tracepoint *t, int from_tty, in tracepoint_operation() argument
641 map_args_over_tracepoints (char *args, int from_tty, in map_args_over_tracepoints() argument
648 tracepoint_operation (t, from_tty, opcode); in map_args_over_tracepoints()
654 tracepoint_operation (t, from_tty, opcode); in map_args_over_tracepoints()
662 enable_trace_command (char *args, int from_tty) in enable_trace_command() argument
665 map_args_over_tracepoints (args, from_tty, enable_op); in enable_trace_command()
670 disable_trace_command (char *args, int from_tty) in disable_trace_command() argument
[all …]
H A Dxcoffsolib.c62 static void sharedlibrary_command (char *pattern, int from_tty);
65 solib_info (char *args, int from_tty) in solib_info() argument
99 sharedlibrary_command (char *pattern, int from_tty) in sharedlibrary_command() argument
136 if (from_tty) in sharedlibrary_command()
147 if (from_tty && pattern && ! any_matches) in sharedlibrary_command()
173 no_shared_libraries (char *ignored, int from_tty) in no_shared_libraries() argument
H A Dtarget.c214 target_command (char *arg, int from_tty) in target_command() argument
263 target_load (char *arg, int from_tty) in target_load() argument
266 (*current_target.to_load) (arg, from_tty); in target_load()
307 default_terminal_info (char *args, int from_tty) in default_terminal_info() argument
318 kill_or_be_killed (int from_tty) in kill_or_be_killed() argument
340 maybe_kill_then_attach (char *args, int from_tty) in maybe_kill_then_attach() argument
342 kill_or_be_killed (from_tty); in maybe_kill_then_attach()
343 target_attach (args, from_tty); in maybe_kill_then_attach()
348 int from_tty) in maybe_kill_then_create_inferior() argument
351 target_create_inferior (exec, args, env, from_tty); in maybe_kill_then_create_inferior()
[all …]
H A Dtop.c279 int from_tty);
547 int from_tty; member
554 context->command (context->arg, context->from_tty); in do_captured_command()
568 char *arg, int from_tty, return_mask mask) in catch_command_errors() argument
573 args.from_tty = from_tty; in catch_command_errors()
658 execute_command (char *p, int from_tty) in execute_command() argument
727 do_setshow_command (arg, from_tty & caution, c); in execute_command()
731 deprecated_call_command_hook (c, arg, from_tty & caution); in execute_command()
733 cmd_func (c, arg, from_tty & caution); in execute_command()
1409 int from_tty; member
[all …]
H A Dexec.c85 exec_open (char *args, int from_tty) in exec_open() argument
87 target_preopen (from_tty); in exec_open()
88 exec_file_attach (args, from_tty); in exec_open()
147 exec_file_clear (int from_tty) in exec_file_clear() argument
152 if (from_tty) in exec_file_clear()
176 exec_file_attach (char *filename, int from_tty) in exec_file_attach() argument
185 if (from_tty) in exec_file_attach()
282 exec_file_command (char *args, int from_tty) in exec_file_command() argument
287 target_preopen (from_tty); in exec_file_command()
308 exec_file_attach (filename, from_tty); in exec_file_command()
[all …]
H A Dmacrocmd.c36 macro_command (char *arg, int from_tty) in macro_command() argument
49 macro_expand_command (char *exp, int from_tty) in macro_expand_command() argument
85 macro_expand_once_command (char *exp, int from_tty) in macro_expand_once_command() argument
138 info_macro_command (char *name, int from_tty) in info_macro_command() argument
202 macro_define_command (char *exp, int from_tty) in macro_define_command() argument
209 macro_undef_command (char *exp, int from_tty) in macro_undef_command() argument
216 macro_list_command (char *exp, int from_tty) in macro_list_command() argument
H A Dgnu-nat.c2044 int from_tty) in gnu_create_inferior() argument
2109 gnu_attach (char *args, int from_tty) in gnu_attach() argument
2123 if (from_tty) in gnu_attach()
2171 gnu_detach (char *args, int from_tty) in gnu_detach() argument
2173 if (from_tty) in gnu_detach()
2212 gnu_open (char *arg, int from_tty) in gnu_open() argument
2644 set_thread_cmd (char *args, int from_tty) in set_thread_cmd() argument
2650 show_thread_cmd (char *args, int from_tty) in show_thread_cmd() argument
2656 set_thread_default_cmd (char *args, int from_tty) in set_thread_default_cmd() argument
2662 show_thread_default_cmd (char *args, int from_tty) in show_thread_default_cmd() argument
[all …]
H A Dstack.c827 frame_info (char *addr_exp, int from_tty) in frame_info() argument
1091 int from_tty);
1093 backtrace_command_1 (char *count_exp, int show_locals, int from_tty) in backtrace_command_1() argument
1185 if (fi && from_tty) in backtrace_command_1()
1190 backtrace_command (char *arg, int from_tty) in backtrace_command() argument
1245 backtrace_command_1 (argPtr, (argIndicatingFullTrace >= 0), from_tty); in backtrace_command()
1254 static void backtrace_full_command (char *arg, int from_tty);
1256 backtrace_full_command (char *arg, int from_tty) in backtrace_full_command() argument
1258 backtrace_command_1 (arg, 1, from_tty); in backtrace_full_command()
1446 locals_info (char *args, int from_tty) in locals_info() argument
[all …]
H A Dsymfile.c94 static void symbol_file_add_main_1 (char *args, int from_tty, int flags);
142 static void set_ext_lang_command (char *args, int from_tty);
144 static void info_ext_lang_command (char *args, int from_tty);
793 symbol_file_add_with_addrs_or_offsets (bfd *abfd, int from_tty, in symbol_file_add_with_addrs_or_offsets() argument
813 && from_tty in symbol_file_add_with_addrs_or_offsets()
829 if (from_tty || info_verbose) in symbol_file_add_with_addrs_or_offsets()
841 mainline, from_tty); in symbol_file_add_with_addrs_or_offsets()
850 if (from_tty || info_verbose) in symbol_file_add_with_addrs_or_offsets()
871 = symbol_file_add (debugfile, from_tty, orig_addrs, 0, flags); in symbol_file_add_with_addrs_or_offsets()
876 = symbol_file_add (debugfile, from_tty, NULL, 0, flags); in symbol_file_add_with_addrs_or_offsets()
[all …]
H A Dvalprint.c1059 set_input_radix (char *args, int from_tty, struct cmd_list_element *c) in set_input_radix() argument
1061 set_input_radix_1 (from_tty, input_radix); in set_input_radix()
1065 set_input_radix_1 (int from_tty, unsigned radix) in set_input_radix_1() argument
1082 if (from_tty) in set_input_radix_1()
1090 set_output_radix (char *args, int from_tty, struct cmd_list_element *c) in set_output_radix() argument
1092 set_output_radix_1 (from_tty, output_radix); in set_output_radix()
1096 set_output_radix_1 (int from_tty, unsigned radix) in set_output_radix_1() argument
1118 if (from_tty) in set_output_radix_1()
1134 set_radix (char *arg, int from_tty) in set_radix() argument
1141 if (from_tty) in set_radix()
[all …]
H A Dsymfile-mem.c61 symbol_file_add_from_memory (struct bfd *templ, CORE_ADDR addr, int from_tty) in symbol_file_add_from_memory() argument
102 objf = symbol_file_add_from_bfd (nbfd, from_tty, in symbol_file_add_from_memory()
113 add_symbol_file_from_memory_command (char *args, int from_tty) in add_symbol_file_from_memory_command() argument
132 symbol_file_add_from_memory (templ, addr, from_tty); in add_symbol_file_from_memory_command()
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 Dremote.c87 static void remote_open (char *name, int from_tty);
88 static void remote_async_open (char *name, int from_tty);
90 static void extended_remote_open (char *name, int from_tty);
91 static void extended_remote_async_open (char *name, int from_tty);
123 static void remote_detach (char *args, int from_tty);
508 set_memory_write_packet_size (char *args, int from_tty) in set_memory_write_packet_size() argument
514 show_memory_write_packet_size (char *args, int from_tty) in show_memory_write_packet_size() argument
531 set_memory_read_packet_size (char *args, int from_tty) in set_memory_read_packet_size() argument
537 show_memory_read_packet_size (char *args, int from_tty) in show_memory_read_packet_size() argument
746 set_remote_protocol_vcont_packet_cmd (char *args, int from_tty, in set_remote_protocol_vcont_packet_cmd() argument
[all …]
H A Dgdbcore.h124 extern void core_file_command (char *filename, int from_tty);
126 extern void exec_open (char *filename, int from_tty);
128 extern void exec_file_attach (char *filename, int from_tty);
130 extern void exec_file_clear (int from_tty);
H A Docd.c247 ocd_open (char *name, int from_tty, enum ocd_target_type target_type, in ocd_open() argument
257 target_preopen (from_tty); in ocd_open()
282 if (from_tty) in ocd_open()
316 ocd_detach (char *args, int from_tty) in ocd_detach() argument
322 if (from_tty) in ocd_detach()
1017 ocd_create_inferior (char *exec_file, char *args, char **env, int from_tty) in ocd_create_inferior() argument
1027 ocd_load (char *args, int from_tty) in ocd_load() argument
1029 generic_load (args, from_tty); in ocd_load()
1076 bdm_command (char *args, int from_tty) in bdm_command() argument
1082 bdm_reset_command (char *args, int from_tty) in bdm_reset_command() argument
[all …]
H A Dsolib.h38 #define SOLIB_ADD(filename, from_tty, targ, readsyms) \ argument
39 solib_add (filename, from_tty, targ, readsyms)
110 extern void no_shared_libraries (char *ignored, int from_tty);
H A Dbreakpoint.c185 int flag, int from_tty);
187 static void break_at_finish_command_1 (char *arg, int flag, int from_tty);
189 static void stop_command (char *arg, int from_tty);
191 static void stopin_command (char *arg, int from_tty);
193 static void stopat_command (char *arg, int from_tty);
206 char *arg, int tempflag, int from_tty);
208 static void tcatch_command (char *arg, int from_tty);
532 condition_command (char *arg, int from_tty) in condition_command() argument
561 if (from_tty) in condition_command()
586 commands_command (char *arg, int from_tty) in commands_command() argument
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-logging.c64 handle_redirections (int from_tty) in handle_redirections() argument
85 if (from_tty) in handle_redirections()
89 else if (from_tty) in handle_redirections()
109 set_logging_on (char *args, int from_tty) in set_logging_on() argument
117 handle_redirections (from_tty); in set_logging_on()
121 set_logging_off (char *args, int from_tty) in set_logging_off() argument
127 if (from_tty) in set_logging_off()
134 set_logging_command (char *args, int from_tty) in set_logging_command() argument
145 show_logging_command (char *args, int from_tty) in show_logging_command() argument
H A Dcli-interp.c38 int from_tty);
42 int from_tty; member
122 execute_command (args->command, args->from_tty); in do_captured_execute_command()
127 safe_execute_command (struct ui_out *uiout, char *command, int from_tty) in safe_execute_command() argument
131 args.from_tty = from_tty; in safe_execute_command()
H A Dcli-dump.c181 dump_command (char *cmd, int from_tty) in dump_command() argument
188 append_command (char *cmd, int from_tty) in append_command() argument
334 dump_srec_memory (char *args, int from_tty) in dump_srec_memory() argument
340 dump_srec_value (char *args, int from_tty) in dump_srec_value() argument
346 dump_ihex_memory (char *args, int from_tty) in dump_ihex_memory() argument
352 dump_ihex_value (char *args, int from_tty) in dump_ihex_value() argument
358 dump_tekhex_memory (char *args, int from_tty) in dump_tekhex_memory() argument
364 dump_tekhex_value (char *args, int from_tty) in dump_tekhex_value() argument
370 dump_binary_memory (char *args, int from_tty) in dump_binary_memory() argument
376 dump_binary_value (char *args, int from_tty) in dump_binary_value() argument
[all …]
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-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-main.c95 static enum mi_cmd_result mi_execute_async_cli_command (char *mi, char *args, int from_tty);
120 mi_cmd_exec_run (char *args, int from_tty) in mi_cmd_exec_run() argument
123 return mi_execute_async_cli_command ("run", args, from_tty); in mi_cmd_exec_run()
127 mi_cmd_exec_next (char *args, int from_tty) in mi_cmd_exec_next() argument
130 return mi_execute_async_cli_command ("next", args, from_tty); in mi_cmd_exec_next()
134 mi_cmd_exec_next_instruction (char *args, int from_tty) in mi_cmd_exec_next_instruction() argument
137 return mi_execute_async_cli_command ("nexti", args, from_tty); in mi_cmd_exec_next_instruction()
141 mi_cmd_exec_step (char *args, int from_tty) in mi_cmd_exec_step() argument
144 return mi_execute_async_cli_command ("step", args, from_tty); in mi_cmd_exec_step()
148 mi_cmd_exec_step_instruction (char *args, int from_tty) in mi_cmd_exec_step_instruction() argument
[all …]

1234567