Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtop.h48 extern void execute_command (char *, int);
H A Dgdbcmd.h121 extern void execute_command (char *, int);
H A Dthread.c538 execute_command (cmd, from_tty); in thread_apply_all_command()
609 execute_command (cmd, from_tty); in thread_apply_command()
H A Dnto-tdep.c149 execute_command (buf, 0); in nto_init_solib_absolute_prefix()
H A Dtop.c658 execute_command (char *p, int from_tty) in execute_command() function
812 execute_command (command, instream == stdin); in command_loop()
H A Devent-top.c500 execute_command (command, instream == stdin); in command_handler()
H A DChangeLog-1990806 * 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 Dremote-mips.c2188 execute_command ("set args", 0); in mips_create_inferior()
H A DChangeLog-19911719 * 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 DChangeLog-3.x979 that's what execute_command will pass if there's no argument.
3632 (execute_command): Set instream to null before executing
H A DChangeLog-1992352 * 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 DChangeLog-19961349 * 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 DChangeLog-20027029 * 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 DChangeLog-19971260 * top.c (execute_command): Force cleanup of alloca areas.
H A DChangeLog-199423 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 Dcli-interp.c122 execute_command (args->command, args->from_tty); in do_captured_execute_command()
H A Dcli-script.c316 execute_command (new_line, 0); in execute_control_command()
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-main.c702 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 Dmi-cmd-env.c61 execute_command ( /*ui */ run, 0 /*from_tty */ ); in env_execute_cli_command()
/openbsd-src/gnu/llvm/llvm/utils/git/
H A Dgithub-automation.py382 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 Dtui.c249 execute_command (cmd, TRUE); in tui_rl_command_key()
H A Dtui-stack.c426 execute_command (cmd, from_tty); in tui_update_command()
H A Dtui-win.c426 execute_command (cmd, 0); in tui_update_gdb_sizes()
429 execute_command (cmd, 0); in tui_update_gdb_sizes()
H A DChangeLog-1998-2003512 to follow other gdb's command names; use execute_command; cleanup.
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c2123 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()

12