Searched refs:from_tty (Results 26 - 50 of 134) sorted by relevance

123456

/freebsd-10.2-release/contrib/gdb/gdb/cli/
H A Dcli-dump.c181 dump_command (char *cmd, int from_tty) argument
188 append_command (char *cmd, int from_tty) argument
334 dump_srec_memory (char *args, int from_tty) argument
340 dump_srec_value (char *args, int from_tty) argument
346 dump_ihex_memory (char *args, int from_tty) argument
352 dump_ihex_value (char *args, int from_tty) argument
358 dump_tekhex_memory (char *args, int from_tty) argument
364 dump_tekhex_value (char *args, int from_tty) argument
370 dump_binary_memory (char *args, int from_tty) argument
376 dump_binary_value (char *args, int from_tty) argument
382 append_binary_memory(char *args, int from_tty) argument
388 append_binary_value(char *args, int from_tty) argument
400 call_dump_func(struct cmd_list_element *c, char *args, int from_tty) argument
569 restore_command(char *args, int from_tty) argument
637 srec_dump_command(char *cmd, int from_tty) argument
644 ihex_dump_command(char *cmd, int from_tty) argument
651 tekhex_dump_command(char *cmd, int from_tty) argument
658 binary_dump_command(char *cmd, int from_tty) argument
665 binary_append_command(char *cmd, int from_tty) argument
[all...]
H A Dcli-cmds.c193 info_command (char *arg, int from_tty)
202 show_command (char *arg, int from_tty)
204 cmd_show_list (showlist, from_tty, "");
212 help_command (char *command, int from_tty)
230 complete_command (char *arg, int from_tty)
298 show_version (char *args, int from_tty)
309 quit_command (char *args, int from_tty)
313 quit_force (args, from_tty); argument
317 pwd_command (char *args, int from_tty)
331 cd_command (char *dir, int from_tty)
191 info_command(char *arg, int from_tty) argument
200 show_command(char *arg, int from_tty) argument
209 help_command(char *command, int from_tty) argument
226 complete_command(char *arg, int from_tty) argument
294 show_version(char *args, int from_tty) argument
305 quit_command(char *args, int from_tty) argument
327 cd_command(char *dir, int from_tty) argument
427 source_command(char *args, int from_tty) argument
456 echo_command(char *text, int from_tty) argument
485 shell_escape(char *arg, int from_tty) argument
547 edit_command(char *arg, int from_tty) argument
652 list_command(char *arg, int from_tty) argument
835 disassemble_command(char *arg, int from_tty) argument
919 make_command(char *arg, int from_tty) argument
936 show_user(char *args, int from_tty) argument
962 apropos_command(char *searchstr, int from_tty) argument
1002 set_debug(char *arg, int from_tty) argument
1009 show_debug(char *args, int from_tty) argument
[all...]
H A Dcli-setshow.c101 do_setshow_command (char *arg, int from_tty, struct cmd_list_element *c)
348 c->func (c, NULL, from_tty);
356 cmd_show_list (struct cmd_list_element *list, int from_tty, char *prefix)
370 cmd_show_list (*list->prefixlist, from_tty, list->prefixname + 5);
381 do_setshow_command ((char *) NULL, from_tty, list);
99 do_setshow_command(char *arg, int from_tty, struct cmd_list_element *c) argument
354 cmd_show_list(struct cmd_list_element *list, int from_tty, char *prefix) argument
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dabug-rom.c35 static void abug_open (char *args, int from_tty);
162 abug_open (char *args, int from_tty) argument
164 monitor_open (args, &abug_cmds, from_tty);
H A Dcpu32bug-rom.c33 static void cpu32bug_open (char *args, int from_tty);
160 cpu32bug_open (char *args, int from_tty) argument
162 monitor_open (args, &cpu32bug_cmds, from_tty);
H A Ddbug-rom.c37 static void dbug_open (char *args, int from_tty);
158 dbug_open (char *args, int from_tty) argument
160 monitor_open (args, &dbug_cmds, from_tty);
H A Ddink32-rom.c31 static void dink32_open (char *args, int from_tty);
127 dink32_open (char *args, int from_tty) argument
129 monitor_open (args, &dink32_cmds, 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);
123 void ocd_load (char *args, int from_tty);
H A Dremote-est.c35 static void est_open (char *args, int from_tty);
166 est_open (char *args, int from_tty) argument
168 monitor_open (args, &est_cmds, from_tty);
H A Dremote-hms.c31 static void hms_open (char *args, int from_tty);
136 hms_open (char *args, int from_tty) argument
138 monitor_open (args, &hms_cmds, from_tty);
H A Dstack.c834 frame_info (char *addr_exp, int from_tty)
1113 set_backtrace_limit_command (char *count_exp, int from_tty)
1124 backtrace_limit_info (char *arg, int from_tty)
1136 int from_tty);
1138 backtrace_command_1 (char *count_exp, int show_locals, int from_tty)
1230 if (fi && from_tty)
1238 int from_tty;
1246 backtrace_command_1 (args->count_exp, args->show_locals, args->from_tty);
1251 backtrace_command (char *arg, int from_tty)
1309 btargs.from_tty
831 frame_info(char *addr_exp, int from_tty) argument
1135 backtrace_command_1(char *count_exp, int show_locals, int from_tty) argument
1235 int from_tty; member in struct:backtrace_command_args
1248 backtrace_command(char *arg, int from_tty) argument
1318 backtrace_full_command(char *arg, int from_tty) argument
1512 locals_info(char *args, int from_tty) argument
1520 catch_info(char *ignore, int from_tty) argument
1608 args_info(char *ignore, int from_tty) argument
1617 args_plus_locals_info(char *ignore, int from_tty) argument
1717 select_frame_command(char *level_exp, int from_tty) argument
1737 frame_command(char *level_exp, int from_tty) argument
1747 current_frame_command(char *level_exp, int from_tty) argument
1778 up_silently_command(char *count_exp, int from_tty) argument
1784 up_command(char *count_exp, int from_tty) argument
1823 down_silently_command(char *count_exp, int from_tty) argument
1829 down_command(char *count_exp, int from_tty) argument
1837 return_command(char *retval_exp, int from_tty) argument
2004 func_command(char *arg, int from_tty) argument
[all...]
H A Dcommand.h127 typedef void cmd_cfunc_ftype (char *args, int from_tty);
131 typedef void cmd_sfunc_ftype (char *args, int from_tty,
142 void (*cfunc) (char *args, int from_tty));
297 extern void cmd_func (struct cmd_list_element *cmd, char *args, int from_tty);
H A Dcp-abi.c181 list_cp_abis (int from_tty) argument
212 set_cp_abi_cmd (char *args, int from_tty) argument
216 list_cp_abis (from_tty);
227 show_cp_abi_cmd (char *args, int from_tty) argument
H A Dppcbug-rom.c188 ppcbug_open0 (char *args, int from_tty) argument
190 monitor_open (args, &ppcbug_cmds0, from_tty);
194 ppcbug_open1 (char *args, int from_tty) argument
196 monitor_open (args, &ppcbug_cmds1, from_tty);
H A Dgnu-nat.c2142 gnu_attach (char *args, int from_tty)
2156 if (from_tty)
2205 gnu_detach (char *args, int from_tty)
2207 if (from_tty)
2249 gnu_open (char *arg, int from_tty)
2686 set_thread_cmd (char *args, int from_tty)
2692 show_thread_cmd (char *args, int from_tty)
2698 set_thread_default_cmd (char *args, int from_tty)
2704 show_thread_default_cmd (char *args, int from_tty)
2768 set_task_pause_cmd (char *args, int from_tty) argument
2110 gnu_attach(char *args, int from_tty) argument
2172 gnu_detach(char *args, int from_tty) argument
2215 gnu_open(char *arg, int from_tty) argument
2647 set_thread_cmd(char *args, int from_tty) argument
2653 show_thread_cmd(char *args, int from_tty) argument
2659 set_thread_default_cmd(char *args, int from_tty) argument
2665 show_thread_default_cmd(char *args, int from_tty) argument
2728 set_task_pause_cmd(char *args, int from_tty) argument
2742 show_task_pause_cmd(char *args, int from_tty) argument
2753 set_task_detach_sc_cmd(char *args, int from_tty) argument
2759 show_task_detach_sc_cmd(char *args, int from_tty) argument
2776 show_thread_default_pause_cmd(char *args, int from_tty) argument
2787 set_thread_default_run_cmd(char *args, int from_tty) argument
2795 show_thread_default_run_cmd(char *args, int from_tty) argument
2804 set_thread_default_detach_sc_cmd(char *args, int from_tty) argument
2811 show_thread_default_detach_sc_cmd(char *args, int from_tty) argument
2856 set_task_exc_port_cmd(char *args, int from_tty) argument
2865 set_stopped_cmd(char *args, int from_tty) argument
2871 show_stopped_cmd(char *args, int from_tty) argument
2880 set_sig_thread_cmd(char *args, int from_tty) argument
2901 show_sig_thread_cmd(char *args, int from_tty) argument
2914 set_signals_cmd(char *args, int from_tty) argument
2926 show_signals_cmd(char *args, int from_tty) argument
2937 set_exceptions_cmd(char *args, int from_tty) argument
2950 show_exceptions_cmd(char *args, int from_tty) argument
2962 set_task_cmd(char *args, int from_tty) argument
2969 show_task_cmd(char *args, int from_tty) argument
2997 set_noninvasive_cmd(char *args, int from_tty) argument
3042 info_send_rights_cmd(char *args, int from_tty) argument
3048 info_recv_rights_cmd(char *args, int from_tty) argument
3054 info_port_sets_cmd(char *args, int from_tty) argument
3060 info_dead_names_cmd(char *args, int from_tty) argument
3066 info_port_rights_cmd(char *args, int from_tty) argument
3206 set_thread_pause_cmd(char *args, int from_tty) argument
3218 show_thread_pause_cmd(char *args, int from_tty) argument
3230 set_thread_run_cmd(char *args, int from_tty) argument
3237 show_thread_run_cmd(char *args, int from_tty) argument
3247 set_thread_detach_sc_cmd(char *args, int from_tty) argument
3254 show_thread_detach_sc_cmd(char *args, int from_tty) argument
3265 set_thread_exc_port_cmd(char *args, int from_tty) argument
3287 thread_takeover_sc_cmd(char *args, int from_tty) argument
[all...]
H A Dtop.c89 /* Flag for whether we want all the "from_tty" gubbish printed. */
278 int from_tty);
547 int from_tty;
554 context->command (context->arg, context->from_tty);
568 char *arg, int from_tty, return_mask mask)
573 args.from_tty = from_tty;
671 execute_command (char *p, int from_tty)
740 do_setshow_command (arg, from_tty & caution, c);
744 call_command_hook (c, arg, from_tty
546 int from_tty; member in struct:captured_command_args
566 catch_command_errors(catch_command_errors_ftype * command, char *arg, int from_tty, return_mask mask) argument
668 execute_command(char *p, int from_tty) argument
1474 int from_tty; member in struct:qt_args
1505 quit_force(char *args, int from_tty) argument
1539 dont_repeat_command(char *ignored, int from_tty) argument
1550 show_commands(char *args, int from_tty) argument
1624 set_history_size_command(char *args, int from_tty, struct cmd_list_element *c) argument
1638 set_history(char *args, int from_tty) argument
1645 show_history(char *args, int from_tty) argument
1654 set_verbose(char *args, int from_tty, struct cmd_list_element *c) argument
[all...]
H A Dtarget.c209 target_command (char *arg, int from_tty) argument
258 target_load (char *arg, int from_tty) argument
261 (*current_target.to_load) (arg, from_tty);
302 default_terminal_info (char *args, int from_tty) argument
313 kill_or_be_killed (int from_tty) argument
335 maybe_kill_then_attach (char *args, int from_tty) argument
337 kill_or_be_killed (from_tty);
338 target_attach (args, from_tty);
1214 target_info (char *args, int from_tty) argument
1246 target_preopen (int from_tty) argument
1269 target_detach(char *args, int from_tty) argument
1279 target_disconnect(char *args, int from_tty) argument
1341 find_default_attach(char *args, int from_tty) argument
1648 debug_to_open(char *args, int from_tty) argument
1672 debug_to_attach(char *args, int from_tty) argument
1689 debug_to_detach(char *args, int from_tty) argument
1697 debug_to_disconnect(char *args, int from_tty) argument
1896 debug_to_can_use_hw_breakpoint(int type, int cnt, int from_tty) argument
2046 debug_to_terminal_info(char *arg, int from_tty) argument
2063 debug_to_load(char *args, int from_tty) argument
2414 do_monitor_command(char *cmd, int from_tty) argument
[all...]
H A Dpa64solib.c218 pa64_solib_add_solib_objfile (struct so_list *so, char *name, int from_tty, argument
275 so->objfile = symbol_file_add (name, from_tty, section_addrs, 0, OBJF_SHARED);
301 pa64_solib_load_symbols (struct so_list *so, char *name, int from_tty, argument
313 pa64_solib_add_solib_objfile (so, name, from_tty, text_addr);
378 pa64_solib_add (char *arg_string, int from_tty, struct target_ops *target, int readsyms) argument
445 add_to_solist (from_tty, dll_path, readsyms, &dll_desc, 0, target);
767 pa64_sharedlibrary_info_command (char *ignore, int from_tty) argument
821 pa64_solib_sharedlibrary_command (char *args, int from_tty) argument
824 pa64_solib_add (args, from_tty, (struct target_ops *) 0, 1);
1108 add_to_solist (int from_tty, cha argument
[all...]
H A Dremote-utils.c157 gr_open (char *args, int from_tty, struct gr_settings *gr) argument
159 target_preopen (from_tty);
202 if (from_tty)
417 gr_detach (char *args, int from_tty) argument
426 if (from_tty)
H A Docd.c249 ocd_open (char *name, int from_tty, enum ocd_target_type target_type,
259 target_preopen (from_tty);
284 if (from_tty)
318 ocd_detach (char *args, int from_tty)
324 if (from_tty)
1037 ocd_load (char *args, int from_tty)
1039 generic_load (args, from_tty);
1086 bdm_command (char *args, int from_tty)
1092 bdm_reset_command (char *args, int from_tty)
1105 bdm_restart_command (char *args, int from_tty)
247 ocd_open(char *name, int from_tty, enum ocd_target_type target_type, struct target_ops *ops) argument
316 ocd_detach(char *args, int from_tty) argument
1027 ocd_load(char *args, int from_tty) argument
1076 bdm_command(char *args, int from_tty) argument
1082 bdm_reset_command(char *args, int from_tty) argument
1095 bdm_restart_command(char *args, int from_tty) argument
1118 bdm_update_flash_command(char *args, int from_tty) argument
[all...]
H A Drom68k-rom.c32 static void rom68k_open (char *args, int from_tty);
244 rom68k_open (char *args, int from_tty) argument
246 monitor_open (args, &rom68k_cmds, from_tty);
/freebsd-10.2-release/contrib/gdb/gdb/mi/
H A Dmi-main.c95 static enum mi_cmd_result mi_execute_async_cli_command (char *mi, char *args, int from_tty);
130 mi_cmd_exec_run (char *args, int from_tty) argument
133 return mi_execute_async_cli_command ("run", args, from_tty);
137 mi_cmd_exec_next (char *args, int from_tty) argument
140 return mi_execute_async_cli_command ("next", args, from_tty);
144 mi_cmd_exec_next_instruction (char *args, int from_tty) argument
147 return mi_execute_async_cli_command ("nexti", args, from_tty);
151 mi_cmd_exec_step (char *args, int from_tty) argument
154 return mi_execute_async_cli_command ("step", args, from_tty);
158 mi_cmd_exec_step_instruction (char *args, int from_tty) argument
165 mi_cmd_exec_finish(char *args, int from_tty) argument
172 mi_cmd_exec_until(char *args, int from_tty) argument
179 mi_cmd_exec_return(char *args, int from_tty) argument
202 mi_cmd_exec_continue(char *args, int from_tty) argument
214 mi_cmd_exec_interrupt(char *args, int from_tty) argument
733 mi_cmd_target_download(char *args, int from_tty) argument
748 mi_cmd_target_select(char *args, int from_tty) argument
1191 mi_execute_command(char *cmd, int from_tty) argument
1332 mi_execute_async_cli_command(char *mi, char *args, int from_tty) argument
[all...]
H A Dmi-cmds.h62 typedef enum mi_cmd_result (mi_cmd_args_ftype) ( /*ui */ char *args, int from_tty);
150 extern void mi_execute_command (char *cmd, int from_tty);
/freebsd-10.2-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c87 kgdb_trgt_open(char *filename, int from_tty) argument
96 target_preopen (from_tty);
180 kgdb_trgt_detach(char *args, int from_tty) argument
187 if (from_tty)
274 kgdb_set_proc_cmd (char *arg, int from_tty) argument
300 kgdb_set_tid_cmd (char *arg, int from_tty) argument
/freebsd-10.2-release/contrib/gdb/gdb/tui/
H A Dtui-win.c284 set_tui_cmd (char *args, int from_tty) argument
289 show_tui_cmd (char *args, int from_tty) argument
296 tui_command (char *args, int from_tty) argument
780 tui_scroll_forward_command (char *arg, int from_tty) argument
796 tui_scroll_backward_command (char *arg, int from_tty) argument
812 tui_scroll_left_command (char *arg, int from_tty) argument
825 tui_scroll_right_command (char *arg, int from_tty) argument
839 tui_set_focus (char *arg, int from_tty) argument
877 tui_set_focus_command (char *arg, int from_tty) argument
881 tui_set_focus (arg, from_tty);
886 tui_all_windows_info(char *arg, int from_tty) argument
907 tui_refresh_all_command(char *arg, int from_tty) argument
918 tui_set_tab_width_command(char *arg, int from_tty) argument
937 tui_set_win_height(char *arg, int from_tty) argument
1022 tui_set_win_height_command(char *arg, int from_tty) argument
1033 tui_xdb_set_win_height(char *arg, int from_tty) argument
1061 tui_xdb_set_win_height_command(char *arg, int from_tty) argument
[all...]

Completed in 225 milliseconds

123456