Searched defs:cleanup_chain (Results 1 – 5 of 5) sorted by relevance
53 struct cleanup *cleanup_chain = make_cleanup (free_current_contents, &ms); in macro_expand_command() local89 struct cleanup *cleanup_chain = make_cleanup (free_current_contents, &ms); in macro_expand_once_command() local141 struct cleanup *cleanup_chain = make_cleanup (free_current_contents, &ms); in info_macro_command() local
183 struct cleanup *cleanup_chain; in list_cp_abis() local
263 struct cleanup *cleanup_chain; in do_captured_list_thread_ids() local
545 struct cleanup *cleanup_chain = make_cleanup (free_current_contents, &name); in print_address_symbolic() local
110 static struct cleanup *cleanup_chain; /* cleaned up after a failed command */ variable