Home
last modified time | relevance | path

Searched refs:execute_command (Results 1 – 19 of 19) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtop.h42 extern void execute_command (char *, int);
H A Dgdbcmd.h130 extern void execute_command (char *, int);
H A Devent-top.c426 execute_command ("quit", stdin == instream); in command_handler()
431 execute_command (command, instream == stdin); in command_handler()
H A Dtop.c409 execute_command (char *p, int from_tty) in execute_command() function
546 execute_command (p, from_tty); in execute_command_to_string()
587 execute_command (command, instream == stdin); in command_loop()
H A Dmain.c910 catch_command_errors (execute_command, cmdarg_p->string, in captured_main()
1025 catch_command_errors (execute_command, cmdarg_p->string, in captured_main()
H A Dreverse.c63 execute_command (reverse_command, from_tty); in exec_reverse_once()
H A Drecord.c193 execute_command ("target record-full", from_tty); in cmd_record_start()
H A Dthread.c1205 execute_command (cmd, from_tty); in thread_apply_all_command()
1256 execute_command (cmd, from_tty); in thread_apply_command()
H A Drecord-btrace.c679 execute_command ("target record-btrace", from_tty); in cmd_record_btrace_start()
H A Dprintcmd.c2448 execute_command (expanded, from_tty); in eval_command()
H A Drecord-full.c2876 execute_command ("target record-full", from_tty); in cmd_record_full_start()
/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-interp.c124 execute_command (command, from_tty); in safe_execute_command()
H A Dcli-script.c422 execute_command (new_line, 0); in execute_control_command()
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-env.c61 execute_command ( /*ui */ run, 0 /*from_tty */ ); in env_execute_cli_command()
H A Dmi-main.c2181 execute_command (run, 0 /* from_tty */ ); in mi_execute_cli_command()
2199 execute_command (run, 0 /* from_tty */ ); in mi_execute_async_cli_command()
/dflybsd-src/contrib/gdb-7/gdb/tui/
H A Dtui-stack.c470 execute_command (cmd, from_tty); in tui_update_command()
H A Dtui-win.c471 execute_command (cmd, 0); in tui_update_gdb_sizes()
474 execute_command (cmd, 0); in tui_update_gdb_sizes()
/dflybsd-src/gnu/usr.bin/gdb/kgdb/
H A Dkgdb.c176 execute_command(buf, 0); in kgdb_new_objfile()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython.c554 execute_command (copy, from_tty); in execute_gdb_command()