Searched refs:execute_user_command (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
| H A D | cli-script.h | 54 extern void execute_user_command (struct cmd_list_element *c, char *args);
|
| H A D | cli-script.c | 224 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 D | lldbinline.py | 83 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 D | top.c | 725 execute_user_command (c, arg); in execute_command()
|
| H A D | ChangeLog-2001 | 3746 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 D | ChangeLog-1994 | 18 (execute_user_command): Allow arguments to user defined commands. 1588 (execute_user_command): Call execute_control_command.
|
| H A D | ChangeLog-2000 | 477 print_command_line, execute_user_command, execute_control_command, 4468 (read_command_filem execute_user_command): Update. Remove cast
|
| H A D | ChangeLog-1992 | 1825 * gdbcmd.h (execute_user_command): Add prototype. 1830 * main.c (execute_user_command): Code extracted from execute_command.
|
| H A D | ChangeLog-2002 | 11208 * cli/cli-script.c (execute_user_command): Limit the call depth of
|