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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dpa64solib.c225 struct cleanup *my_cleanups; local
265 my_cleanups = make_cleanup (xfree, section_addrs);
294 do_cleanups (my_cleanups);
H A Dsymfile.c791 struct cleanup *my_cleanups;
807 my_cleanups = make_cleanup (xfree, orig_addrs);
900 do_cleanups (my_cleanups);
1620 struct cleanup *my_cleanups = make_cleanup (null_cleanup, NULL);
1759 do_cleanups (my_cleanups);
790 struct cleanup *my_cleanups; local
1618 struct cleanup *my_cleanups = make_cleanup (null_cleanup, NULL); local
H A Dwin32-nat.c858 struct cleanup *my_cleanups; local
861 my_cleanups = make_cleanup (xfree, addrs);
866 do_cleanups (my_cleanups);

Completed in 201 milliseconds