Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddefs.h341 extern void do_run_cleanups (struct cleanup *);
Dinfcmd.c413 do_run_cleanups (NULL); in run_command()
Dutils.c309 do_run_cleanups (struct cleanup *old_chain) in do_run_cleanups() function
DChangeLog-1997665 * util.c (run_cleanup_chain, make_run_cleanup, do_run_cleanups):
667 * infcmd.c (run_command): Call do_run_cleanups.
DChangeLog-19984320 * defs.h: Add prototype for utils.c::do_run_cleanups.