Home
last modified time | relevance | path

Searched refs:execute_user_command (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.h54 extern void execute_user_command (struct cmd_list_element *c, char *args);
H A Dcli-script.c224 execute_user_command (c->hook_pre, (char *) 0); in execute_cmd_pre_hook()
236 execute_user_command (c->hook_post, (char *) 0); in execute_cmd_post_hook()
253 execute_user_command (struct cmd_list_element *c, char *args) in execute_user_command() function
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py83 test.execute_user_command(breakpoint['command'])
126 def execute_user_command(self, __command): member in InlineTest
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtop.c725 execute_user_command (c, arg); in execute_command()
H A DChangeLog-20013746 execute_user_command, do_setshow_command, get_prompt, init_proc,
3749 * gdbcmd.h (execute_user_command): Remove declaration, it's already
3753 * infrun.c: Include "cli/cli-script.h" for execute_user_command.
H A DChangeLog-199418 (execute_user_command): Allow arguments to user defined commands.
1588 (execute_user_command): Call execute_control_command.
H A DChangeLog-2000477 print_command_line, execute_user_command, execute_control_command,
4468 (read_command_filem execute_user_command): Update. Remove cast
H A DChangeLog-19921825 * gdbcmd.h (execute_user_command): Add prototype.
1830 * main.c (execute_user_command): Code extracted from execute_command.
H A DChangeLog-200211208 * cli/cli-script.c (execute_user_command): Limit the call depth of