Home
last modified time | relevance | path

Searched defs:cleanup_chain (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmacrocmd.c53 struct cleanup *cleanup_chain = make_cleanup (free_current_contents, &ms); in macro_expand_command() local
89 struct cleanup *cleanup_chain = make_cleanup (free_current_contents, &ms); in macro_expand_once_command() local
141 struct cleanup *cleanup_chain = make_cleanup (free_current_contents, &ms); in info_macro_command() local
H A Dcp-abi.c183 struct cleanup *cleanup_chain; in list_cp_abis() local
H A Dthread.c263 struct cleanup *cleanup_chain; in do_captured_list_thread_ids() local
H A Dprintcmd.c545 struct cleanup *cleanup_chain = make_cleanup (free_current_contents, &name); in print_address_symbolic() local
H A Dutils.c110 static struct cleanup *cleanup_chain; /* cleaned up after a failed command */ variable