Searched refs:control_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-script.c84 cmd->control_type = type;
137 if (list->control_type == simple_control)
147 if (list->control_type == continue_control)
156 if (list->control_type == break_control)
165 if (list->control_type == while_control)
179 if (list->control_type == if_control)
309 switch (cmd->control_type)
318 ret = cmd->control_type;
325 ret = cmd->control_type;
741 (*command)->control_type
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddefs.h684 enum command_control_type control_type;
682 enum command_control_type control_type; member in struct:command_line

Completed in 101 milliseconds