Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-stack.c212 struct cleanup *cleanup_frame; in mi_cmd_stack_list_args() local
215 cleanup_frame = make_cleanup_ui_out_tuple_begin_end (uiout, "frame"); in mi_cmd_stack_list_args()
218 do_cleanups (cleanup_frame); in mi_cmd_stack_list_args()