Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dauto-load.c949 struct cleanup *script_chain; in auto_load_info_scripts() local
974 script_chain = make_cleanup (VEC_cleanup (loaded_script_ptr), &scripts); in auto_load_info_scripts()
1011 do_cleanups (script_chain); in auto_load_info_scripts()
H A Dbreakpoint.c6169 struct cleanup *script_chain; in print_one_breakpoint_location() local
6172 script_chain = make_cleanup_ui_out_tuple_begin_end (uiout, "script"); in print_one_breakpoint_location()
6174 do_cleanups (script_chain); in print_one_breakpoint_location()