Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/cli/
HDcli-script.h50 struct cleanup *make_cleanup_free_command_lines (struct command_line **arg);
HDcli-script.c106 old_chain = make_cleanup_free_command_lines (&cmd); in get_command_line()
948 old_chain = make_cleanup_free_command_lines (&head); in read_command_lines()
1005 make_cleanup_free_command_lines (struct command_line **arg) in make_cleanup_free_command_lines() function
/trueos/contrib/gdb/gdb/
HDbreakpoint.c2062 this_cmd_tree_chain = make_cleanup_free_command_lines (&cmd); in bpstat_do_actions()