Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-symbol-cmds.c36 struct cleanup *cleanup_stack, *cleanup_tuple; in mi_cmd_symbol_list_lines() local
58 cleanup_tuple = make_cleanup_ui_out_tuple_begin_end (uiout, NULL); in mi_cmd_symbol_list_lines()
61 do_cleanups (cleanup_tuple); in mi_cmd_symbol_list_lines()
H A Dmi-cmd-stack.c253 struct cleanup *cleanup_tuple = NULL; in list_arg_or_local() local
271 cleanup_tuple = make_cleanup_ui_out_tuple_begin_end (uiout, NULL); in list_arg_or_local()
315 do_cleanups (cleanup_tuple); in list_arg_or_local()
H A Dmi-main.c1432 struct cleanup *cleanup_tuple; in mi_cmd_data_read_memory() local
1436 cleanup_tuple = make_cleanup_ui_out_tuple_begin_end (uiout, NULL); in mi_cmd_data_read_memory()
1476 do_cleanups (cleanup_tuple); in mi_cmd_data_read_memory()
2254 struct cleanup *cleanup_tuple; in mi_load_progress() local
2262 cleanup_tuple = make_cleanup_ui_out_tuple_begin_end (uiout, NULL); in mi_load_progress()
2266 do_cleanups (cleanup_tuple); in mi_load_progress()
2275 struct cleanup *cleanup_tuple; in mi_load_progress() local
2282 cleanup_tuple = make_cleanup_ui_out_tuple_begin_end (uiout, NULL); in mi_load_progress()
2288 do_cleanups (cleanup_tuple); in mi_load_progress()