Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-script.h168 extern void execute_user_command (struct cmd_list_element *c, const char *args);
Dcli-script.c384 execute_user_command (c->hook_pre, nullptr); in execute_cmd_pre_hook()
395 execute_user_command (c->hook_post, nullptr); in execute_cmd_post_hook()
438 execute_user_command (struct cmd_list_element *c, const char *args) in execute_user_command() function
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtop.c543 execute_user_command (c, arg); in execute_command()
DChangeLog-2016710 (execute_user_command): Use scoped_user_args_level.
3795 * cli/cli-script.c (execute_user_command): Use
6600 * cli/cli-script.c (execute_user_command, read_next_line)
6741 * cli/cli-script.c (execute_user_command, while_command)
DChangeLog-20061354 * cli/cli-script.c (execute_user_command): Update command_next_depth
3043 (execute_user_command): Don't clobber old_chain. Set
DChangeLog-20173256 * cli/cli-script.h (execute_user_command): Constify.
3257 * cli/cli-script.c (execute_user_command): Constify.
10304 * cli/cli-script.c (execute_user_command): Use scoped_restore.
10308 * cli/cli-script.c (execute_user_command)
10314 (execute_user_command): Remove user_call_depth; use
10322 (execute_user_command): Update.
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.
DChangeLog-199418 (execute_user_command): Allow arguments to user defined commands.
1588 (execute_user_command): Call execute_control_command.
DChangeLog-2000477 print_command_line, execute_user_command, execute_control_command,
4468 (read_command_filem execute_user_command): Update. Remove cast
DChangeLog-19921806 * gdbcmd.h (execute_user_command): Add prototype.
1811 * main.c (execute_user_command): Code extracted from execute_command.
DChangeLog-20113671 (execute_user_command, while_command, if_command): Force the
5579 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
DChangeLog-201810668 (execute_user_command): Use execute_control_commands.
10751 (print_command_lines, execute_user_command)
DChangeLog-20079735 (get_command_line, execute_user_command, execute_control_command):
DChangeLog-20123167 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
DChangeLog-200211198 * cli/cli-script.c (execute_user_command): Limit the call depth of
DChangeLog-20193627 * cli/cli-script.c (execute_user_command): Remove declaration
DChangeLog-20204442 (execute_user_command): set instream to nullptr here instead.