Searched refs:execute_command (Results 1 – 19 of 19) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | top.h | 42 extern void execute_command (char *, int);
|
H A D | gdbcmd.h | 130 extern void execute_command (char *, int);
|
H A D | event-top.c | 426 execute_command ("quit", stdin == instream); in command_handler() 431 execute_command (command, instream == stdin); in command_handler()
|
H A D | top.c | 409 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 D | main.c | 910 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 D | reverse.c | 63 execute_command (reverse_command, from_tty); in exec_reverse_once()
|
H A D | record.c | 193 execute_command ("target record-full", from_tty); in cmd_record_start()
|
H A D | thread.c | 1205 execute_command (cmd, from_tty); in thread_apply_all_command() 1256 execute_command (cmd, from_tty); in thread_apply_command()
|
H A D | record-btrace.c | 679 execute_command ("target record-btrace", from_tty); in cmd_record_btrace_start()
|
H A D | printcmd.c | 2448 execute_command (expanded, from_tty); in eval_command()
|
H A D | record-full.c | 2876 execute_command ("target record-full", from_tty); in cmd_record_full_start()
|
/dflybsd-src/contrib/gdb-7/gdb/cli/ |
H A D | cli-interp.c | 124 execute_command (command, from_tty); in safe_execute_command()
|
H A D | cli-script.c | 422 execute_command (new_line, 0); in execute_control_command()
|
/dflybsd-src/contrib/gdb-7/gdb/mi/ |
H A D | mi-cmd-env.c | 61 execute_command ( /*ui */ run, 0 /*from_tty */ ); in env_execute_cli_command()
|
H A D | mi-main.c | 2181 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 D | tui-stack.c | 470 execute_command (cmd, from_tty); in tui_update_command()
|
H A D | tui-win.c | 471 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 D | kgdb.c | 176 execute_command(buf, 0); in kgdb_new_objfile()
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | python.c | 554 execute_command (copy, from_tty); in execute_gdb_command()
|