Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-script.c141 case while_control: in multi_line_command_p()
165 else if (type == while_control) in build_command_line()
243 if (list->control_type == while_control in print_command_lines()
249 if (list->control_type == while_control) in print_command_lines()
549 case while_control: in execute_control_command_1()
729 counted_command_line command = get_command_line (while_control, arg); in while_command()
1013 *command = build_command_line (while_control, line_first_arg (p)); in process_next_line()
Dcli-script.h41 while_control, enumerator
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19961150 * top.c (execute_control_command): Free values from while_control
3087 * top.c (execute_control_command, case while_control): Allow
Dremote.c13533 if (cmd->control_type == while_control in remote_download_command_source()
DChangeLog-201810723 (execute_control_command_1) <case while_control, case if_control>: