Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDpa64solib.c225 struct cleanup *my_cleanups; in pa64_solib_add_solib_objfile() local
265 my_cleanups = make_cleanup (xfree, section_addrs); in pa64_solib_add_solib_objfile()
294 do_cleanups (my_cleanups); in pa64_solib_add_solib_objfile()
HDsymfile.c790 struct cleanup *my_cleanups; in symbol_file_add_with_addrs_or_offsets() local
806 my_cleanups = make_cleanup (xfree, orig_addrs); in symbol_file_add_with_addrs_or_offsets()
899 do_cleanups (my_cleanups); in symbol_file_add_with_addrs_or_offsets()
1618 struct cleanup *my_cleanups = make_cleanup (null_cleanup, NULL); in add_symbol_file_command() local
1757 do_cleanups (my_cleanups); in add_symbol_file_command()
HDwin32-nat.c858 struct cleanup *my_cleanups; in solib_symbols_add() local
861 my_cleanups = make_cleanup (xfree, addrs); in solib_symbols_add()
866 do_cleanups (my_cleanups); in solib_symbols_add()