Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-script.c244 if (list->control_type == python_control) in print_command_lines()
570 case python_control: in execute_control_command()
1011 *command = build_command_line (python_control, ""); in process_next_line()
1100 current_cmd->control_type != python_control, in recurse_read_control_structure()
1112 || current_cmd->control_type == python_control in recurse_read_control_structure()
1165 || next->control_type == python_control in recurse_read_control_structure()
1284 || next->control_type == python_control in read_command_lines_1()
/dflybsd-src/contrib/gdb-7/gdb/
H A Ddefs.h420 python_control, enumerator
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython.c378 struct command_line *l = get_command_line (python_control, ""); in python_command()
1336 struct command_line *l = get_command_line (python_control, ""); in python_interactive_command()