/openbsd/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-cmd-var.c | 48 struct cleanup *old_cleanups; in mi_cmd_var_create() local 61 old_cleanups = make_cleanup (free_current_contents, &name); in mi_cmd_var_create() 64 old_cleanups = make_cleanup (xfree, frame); in mi_cmd_var_create() 107 do_cleanups (old_cleanups); in mi_cmd_var_create() 119 struct cleanup *old_cleanups; in mi_cmd_var_delete() local 127 old_cleanups = make_cleanup (free_current_contents, &name); in mi_cmd_var_delete() 164 do_cleanups (old_cleanups); in mi_cmd_var_delete()
|
H A D | mi-main.c | 698 struct cleanup *old_cleanups = NULL; in mi_cmd_target_download() local 701 old_cleanups = make_cleanup (xfree, run); in mi_cmd_target_download() 704 do_cleanups (old_cleanups); in mi_cmd_target_download() 713 struct cleanup *old_cleanups = NULL; in mi_cmd_target_select() local 716 old_cleanups = make_cleanup (xfree, run); in mi_cmd_target_select() 725 do_cleanups (old_cleanups); in mi_cmd_target_select() 1267 struct cleanup *old_cleanups; in mi_execute_cli_command() local 1279 do_cleanups (old_cleanups); in mi_execute_cli_command() 1287 struct cleanup *old_cleanups; in mi_execute_async_cli_command() local 1300 old_cleanups = NULL; in mi_execute_async_cli_command() [all …]
|
H A D | mi-cmd-env.c | 54 struct cleanup *old_cleanups; in env_execute_cli_command() local 60 old_cleanups = make_cleanup (xfree, run); in env_execute_cli_command() 62 do_cleanups (old_cleanups); in env_execute_cli_command()
|
H A D | ChangeLog-1999-2003 | 687 old_cleanups.
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | cp-support.c | 522 struct cleanup *old_cleanups; in make_symbol_overload_list() local 530 old_cleanups = make_cleanup (xfree, sym_return_val); in make_symbol_overload_list() 534 discard_cleanups (old_cleanups); in make_symbol_overload_list()
|
H A D | valops.c | 1873 struct cleanup *old_cleanups = NULL; in find_overload_match() local 1917 old_cleanups = make_cleanup (xfree, func_name); in find_overload_match() 1981 if (old_cleanups != NULL) in find_overload_match() 1982 do_cleanups (old_cleanups); in find_overload_match() 2040 struct cleanup *old_cleanups; in find_oload_champ_namespace_loop() local 2083 old_cleanups = make_cleanup (xfree, *oload_syms); in find_oload_champ_namespace_loop() 2084 old_cleanups = make_cleanup (xfree, *oload_champ_bv); in find_oload_champ_namespace_loop() 2110 do_cleanups (old_cleanups); in find_oload_champ_namespace_loop() 2117 discard_cleanups (old_cleanups); in find_oload_champ_namespace_loop() 2126 discard_cleanups (old_cleanups); in find_oload_champ_namespace_loop()
|
H A D | infrun.c | 517 struct cleanup *old_cleanups = make_cleanup (resume_cleanups, 0); in resume() local 614 discard_cleanups (old_cleanups); in resume() 956 struct cleanup *old_cleanups; in wait_for_inferior() local 960 old_cleanups = make_cleanup (delete_step_resume_breakpoint, in wait_for_inferior() 996 do_cleanups (old_cleanups); in wait_for_inferior() 1014 static struct cleanup *old_cleanups; in fetch_inferior_event() local 1020 old_cleanups = make_exec_cleanup (delete_step_resume_breakpoint, in fetch_inferior_event() 1054 do_exec_cleanups (old_cleanups); in fetch_inferior_event()
|
H A D | utils.c | 2201 struct cleanup *old_cleanups; in vfprintf_maybe_filtered() local 2204 old_cleanups = make_cleanup (xfree, linebuffer); in vfprintf_maybe_filtered() 2206 do_cleanups (old_cleanups); in vfprintf_maybe_filtered() 2220 struct cleanup *old_cleanups; in vfprintf_unfiltered() local 2223 old_cleanups = make_cleanup (xfree, linebuffer); in vfprintf_unfiltered() 2225 do_cleanups (old_cleanups); in vfprintf_unfiltered()
|
H A D | infcall.c | 706 struct cleanup *old_cleanups = make_cleanup (null_cleanup, 0); in call_function_by_hand() local 727 discard_cleanups (old_cleanups); in call_function_by_hand()
|
H A D | source.c | 1024 struct cleanup *old_cleanups; in find_source_lines() local 1033 old_cleanups = make_cleanup (xfree, data); in find_source_lines() 1059 do_cleanups (old_cleanups); in find_source_lines()
|
H A D | symfile.c | 1498 struct cleanup *old_cleanups; in generic_load() local 1511 old_cleanups = make_cleanup (xfree, filename); in generic_load() 1573 do_cleanups (old_cleanups); in generic_load() 1839 struct cleanup *old_cleanups; in reread_symbols() local 1857 old_cleanups = make_cleanup_free_objfile (objfile); in reread_symbols() 1985 discard_cleanups (old_cleanups); in reread_symbols()
|
H A D | printcmd.c | 1740 struct cleanup *old_cleanups; in printf_command() local 1744 old_cleanups = make_cleanup (free_current_contents, &val_args); in printf_command() 1997 do_cleanups (old_cleanups); in printf_command()
|
H A D | remote-mips.c | 1312 struct cleanup *old_cleanups = make_cleanup (mips_exit_cleanups, NULL); in mips_exit_debug() local 1331 do_cleanups (old_cleanups); in mips_exit_debug() 1343 struct cleanup *old_cleanups = make_cleanup (mips_initialize_cleanups, NULL); in mips_initialize() local 1461 do_cleanups (old_cleanups); in mips_initialize()
|
H A D | somsolib.c | 1070 struct cleanup *old_cleanups = save_inferior_ptid (); in som_solib_remove_inferior_hook() local 1093 do_cleanups (old_cleanups); in som_solib_remove_inferior_hook()
|
H A D | tracepoint.c | 2492 struct cleanup *old_cleanups; in trace_dump_command() local 2516 old_cleanups = make_cleanup (null_cleanup, NULL); in trace_dump_command() 2594 discard_cleanups (old_cleanups); in trace_dump_command()
|
H A D | ChangeLog-2003 | 10307 indentation. Move "saved_async" and "old_cleanups" to where they
|
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-dump.c | 228 struct cleanup *old_cleanups = make_cleanup (null_cleanup, NULL); in dump_memory_to_file() local 273 do_cleanups (old_cleanups); in dump_memory_to_file() 285 struct cleanup *old_cleanups = make_cleanup (null_cleanup, NULL); in dump_value_to_file() local 324 do_cleanups (old_cleanups); in dump_value_to_file()
|
H A D | cli-cmds.c | 430 struct cleanup *old_cleanups; in source_command() local 439 old_cleanups = make_cleanup (xfree, file); in source_command() 452 do_cleanups (old_cleanups); in source_command()
|
H A D | cli-script.c | 1259 struct cleanup *old_cleanups; in script_from_file() local 1268 old_cleanups = make_cleanup (do_fclose_cleanup, stream); in script_from_file() 1298 do_cleanups (old_cleanups); in script_from_file()
|
/openbsd/gnu/gcc/gcc/ |
H A D | gimplify.c | 4119 tree old_cleanups = gimplify_ctxp->conditional_cleanups; in gimplify_cleanup_point_expr() local 4127 gimplify_ctxp->conditional_cleanups = old_cleanups; in gimplify_cleanup_point_expr()
|