Home
last modified time | relevance | path

Searched refs:simple_control (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-script.c136 if (list->control_type == simple_control) in print_command_lines()
310 case simple_control: in execute_control_command()
337 ret = simple_control; in execute_control_command()
383 ret = simple_control; in execute_control_command()
399 ret = simple_control; in execute_control_command()
419 if (ret != simple_control) in execute_control_command()
760 (*command)->control_type = simple_control; in read_next_line()
787 if (current_cmd->control_type == simple_control) in recurse_read_control_structure()
817 ret = simple_control; in recurse_read_control_structure()
870 if (ret != simple_control) in recurse_read_control_structure()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Ddefs.h667 simple_control, enumerator