Searched refs:cleanup_stack_args (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-stack.c174 struct cleanup *cleanup_stack_args; local
202 cleanup_stack_args = make_cleanup_ui_out_list_begin_end (uiout, "stack-args");
218 do_cleanups (cleanup_stack_args);

Completed in 59 milliseconds