Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dtracepoint.c938 if (cmd_cfunc_eq (c, collect_pseudocommand)) in validate_actionline()
1005 else if (cmd_cfunc_eq (c, while_stepping_pseudocommand)) in validate_actionline()
1021 else if (cmd_cfunc_eq (c, end_actions_pseudocommand)) in validate_actionline()
1520 if (cmd_cfunc_eq (cmd, collect_pseudocommand)) in encode_actions()
1630 else if (cmd_cfunc_eq (cmd, while_stepping_pseudocommand)) in encode_actions()
1634 else if (cmd_cfunc_eq (cmd, end_actions_pseudocommand)) in encode_actions()
2319 if (cmd_cfunc_eq (cmd, while_stepping_pseudocommand)) in tracepoint_save_command()
2321 else if (cmd_cfunc_eq (cmd, end_actions_pseudocommand)) in tracepoint_save_command()
2539 if (cmd_cfunc_eq (cmd, while_stepping_pseudocommand)) in trace_dump_command()
2541 else if (cmd_cfunc_eq (cmd, end_actions_pseudocommand)) in trace_dump_command()
[all …]
H A Dcommand.h141 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-decode.h237 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
H A Dcli-cmds.c290 return cmd_cfunc_eq (c, complete_command); in is_complete_command()
H A Dcli-decode.c87 cmd_cfunc_eq (struct cmd_list_element *cmd, in cmd_cfunc_eq() function