Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-script.h39 extern struct command_line *get_command_line (enum command_control_type,
H A Dcli-script.c111 get_command_line (enum command_control_type type, char *arg) in get_command_line() function
608 command = get_command_line (while_control, arg); in while_command()
632 command = get_command_line (if_control, arg); in if_command()
/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()