Home
last modified time | relevance | path

Searched refs:sfunc (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-decode.h81 cmd_sfunc_ftype *sfunc; member
H A Dcli-decode.c129 c->function.sfunc (args, from_tty, c); /* Ok. */ in do_sfunc()
133 set_cmd_sfunc (struct cmd_list_element *cmd, cmd_sfunc_ftype *sfunc) in set_cmd_sfunc() argument
135 if (sfunc == NULL) in set_cmd_sfunc()
139 cmd->function.sfunc = sfunc; /* Ok. */ in set_cmd_sfunc()
/dragonfly/contrib/gdb-7/gdb/
H A Dcommand.h156 cmd_sfunc_ftype *sfunc);
H A Dbreakpoint.h1233 void (*sfunc) (char *args, int from_tty,
H A Dbreakpoint.c15809 void (*sfunc) (char *args, int from_tty, in add_catch_command()
15819 set_cmd_sfunc (command, sfunc); in add_catch_command()
15825 set_cmd_sfunc (command, sfunc); in add_catch_command()