Searched defs:suppress_notification (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmds.h163 int *suppress_notification; member in struct:mi_cmd
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmds.c177 mi_command::mi_command (const char *name, int *suppress_notification) argument
40 mi_command_mi(const char *name, mi_cmd_argv_ftype func, int *suppress_notification) argument
77 mi_command_cli(const char *name, const char *cli_name, bool args_p, int *suppress_notification) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-decode.h248 int *suppress_notification = nullptr; member in struct:cmd_list_element
H A Dcli-decode.c247 add_cmd_suppress_notification(const char *name, enum command_class theclass, cmd_const_cfunc_ftype *fun, const char *doc, struct cmd_list_element **list, int *suppress_notification) argument
452 add_prefix_cmd_suppress_notification(const char *name, enum command_class theclass, cmd_const_cfunc_ftype *fun, const char *doc, struct cmd_list_element **prefixlist, const char *prefixname, int allow_unknown, struct cmd_list_element **list, int *suppress_notification) argument
1018 add_com_suppress_notification(const char *name, enum command_class theclass, cmd_const_cfunc_ftype *fun, const char *doc, int *suppress_notification) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-decode.h274 bool *suppress_notification = nullptr; member in struct:cmd_list_element
H A Dcli-decode.c255 add_cmd_suppress_notification(const char *name, enum command_class theclass, cmd_simple_func_ftype *fun, const char *doc, struct cmd_list_element **list, bool *suppress_notification) argument
451 add_prefix_cmd_suppress_notification(const char *name, enum command_class theclass, cmd_simple_func_ftype *fun, const char *doc, struct cmd_list_element **subcommands, int allow_unknown, struct cmd_list_element **list, bool *suppress_notification) argument
1332 add_com_suppress_notification(const char *name, enum command_class theclass, cmd_simple_func_ftype *fun, const char *doc, bool *suppress_notification) argument
[all...]

Completed in 144 milliseconds