/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | top.h | 48 extern void execute_command (char *, int);
|
H A D | gdbcmd.h | 121 extern void execute_command (char *, int);
|
H A D | thread.c | 538 execute_command (cmd, from_tty); in thread_apply_all_command() 609 execute_command (cmd, from_tty); in thread_apply_command()
|
H A D | nto-tdep.c | 149 execute_command (buf, 0); in nto_init_solib_absolute_prefix()
|
H A D | top.c | 658 execute_command (char *p, int from_tty) in execute_command() function 812 execute_command (command, instream == stdin); in command_loop()
|
H A D | event-top.c | 500 execute_command (command, instream == stdin); in command_handler()
|
H A D | ChangeLog-1990 | 806 * main.c (execute_command): Let stupid questions be turned off. 1509 execute_command. 1914 execute_command, exit both loops. 2124 (execute_command): If p is NULL, return almost right away. 2772 infcmd.c (run_command): Use execute_command, not set_args_command. 2773 main.c (execute_command): Call do_setshow_command if necessary.
|
H A D | remote-mips.c | 2188 execute_command ("set args", 0); in mips_create_inferior()
|
H A D | ChangeLog-1991 | 1719 * main.c (execute_command): Warn as language changes automatically. 2069 main.c At the end of each call to execute_command(), working_lang 2174 main.c:execute_command(). 2176 execute_command() is executed. If working lang has
|
H A D | ChangeLog-3.x | 979 that's what execute_command will pass if there's no argument. 3632 (execute_command): Set instream to null before executing
|
H A D | ChangeLog-1992 | 352 * main.c (execute_command): Remove unused local variable cmdlines. 1692 (execute_command): Check against expected language. 1830 * main.c (execute_user_command): Code extracted from execute_command. 1831 (execute_command): If hooked, run the hook before the command. 5688 * main.c (execute_command): Call the right member of the func union.
|
H A D | ChangeLog-1996 | 1349 * top.c (execute_command): Don't test for serial_logfp here. 1594 Cleanup catching of errors from calls to execute_command. Also, 4768 * top.c (execute_command): Declare serial_logfp. Log user command
|
H A D | ChangeLog-2002 | 7029 * top.c (execute_command): Use cmd_func() and cmd_func_p(). 11934 * top.c (execute_command): Use execute_cmd_post_hook, and 12415 * top.c (execute_command): Pass the command to 13471 * top.c (execute_command): Ditto. 13646 * top.c (execute_command): Replace NO_FUNCTION with NULL.
|
H A D | ChangeLog-1997 | 1260 * top.c (execute_command): Force cleanup of alloca areas.
|
H A D | ChangeLog-1994 | 23 rather than execute_command (passes entire command structure rather 832 call_command_hook in execute_command to provide means for wrapping
|
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-interp.c | 122 execute_command (args->command, args->from_tty); in do_captured_execute_command()
|
H A D | cli-script.c | 316 execute_command (new_line, 0); in execute_control_command()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-main.c | 702 execute_command (run, from_tty); in mi_cmd_target_download() 723 execute_command (run, from_tty); in mi_cmd_target_select() 1278 execute_command ( /*ui */ run, 0 /*from_tty */ ); in mi_execute_cli_command() 1330 execute_command ( /*ui */ run, 0 /*from_tty */ ); in mi_execute_async_cli_command()
|
H A D | mi-cmd-env.c | 61 execute_command ( /*ui */ run, 0 /*from_tty */ ); in env_execute_cli_command()
|
/openbsd-src/gnu/llvm/llvm/utils/git/ |
H A D | github-automation.py | 382 def execute_command(self) -> bool: member in ReleaseWorkflow 450 if not release_workflow.execute_command():
|
/openbsd-src/gnu/usr.bin/binutils/gdb/tui/ |
H A D | tui.c | 249 execute_command (cmd, TRUE); in tui_rl_command_key()
|
H A D | tui-stack.c | 426 execute_command (cmd, from_tty); in tui_update_command()
|
H A D | tui-win.c | 426 execute_command (cmd, 0); in tui_update_gdb_sizes() 429 execute_command (cmd, 0); in tui_update_gdb_sizes()
|
H A D | ChangeLog-1998-2003 | 512 to follow other gdb's command names; use execute_command; cleanup.
|
/openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
H A D | c-index-test.c | 2123 const char *execute_command = NULL; in perform_test_reparse_source() local 2163 execute_command = getenv("CINDEXTEST_EXECUTE_COMMAND"); in perform_test_reparse_source() 2176 if (execute_command && trial == execute_after_trial) { in perform_test_reparse_source() 2177 result = indextest_perform_shell_execution(execute_command); in perform_test_reparse_source()
|