Home
last modified time | relevance | path

Searched refs:python_control (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-script.h44 python_control, enumerator
Dcli-script.c145 case python_control: in multi_line_command_p()
308 if (list->control_type == python_control) in print_command_lines()
680 case python_control: in execute_control_command_1()
1026 *command = build_command_line (python_control, ""); in process_next_line()
1091 current_cmd->control_type != python_control in recurse_read_control_structure()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython.c196 python_control,
476 counted_command_line l = get_command_line (python_control, ""); in python_command()
1978 counted_command_line l = get_command_line (python_control, ""); in python_interactive_command()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20085139 * cli/cli-script.c (print_command_lines): Handle python_control.
5140 (execute_control_command): Handle python_control.
5146 (recurse_read_control_structure): Handle python_control.
5147 (read_command_lines): Handle python_control.
5152 * defs.h (enum command_control_type) <python_control>: New