Searched refs:cmd_cfunc_eq (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | tracepoint.c | 938 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 D | command.h | 141 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
|
| /freebsd-12.1/contrib/gdb/gdb/cli/ |
| H A D | cli-decode.h | 237 extern int cmd_cfunc_eq (struct cmd_list_element *cmd,
|
| H A D | cli-cmds.c | 290 return cmd_cfunc_eq (c, complete_command); in is_complete_command()
|
| H A D | cli-decode.c | 87 cmd_cfunc_eq (struct cmd_list_element *cmd, in cmd_cfunc_eq() function
|