Home
last modified time | relevance | path

Searched refs:old_cleanups (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dfindcmd.c73 struct cleanup *old_cleanups; in parse_find_args() local
81 old_cleanups = make_cleanup (free_current_contents, &pattern_buf); in parse_find_args()
134 do_cleanups (old_cleanups); in parse_find_args()
241 discard_cleanups (old_cleanups); in parse_find_args()
259 struct cleanup *old_cleanups; in find_command() local
264 old_cleanups = make_cleanup (free_current_contents, &pattern_buf); in find_command()
316 do_cleanups (old_cleanups); in find_command()
H A Drecord-full.c603 struct cleanup *old_cleanups in record_full_message() local
656 discard_cleanups (old_cleanups); in record_full_message()
708 old_cleanups = in record_full_gdb_operation_disable_set()
712 return old_cleanups; in record_full_gdb_operation_disable_set()
1338 struct cleanup *old_cleanups in record_full_wait_1() local
1786 do_cleanups (old_cleanups); in record_full_insert_breakpoint()
1826 do_cleanups (old_cleanups); in record_full_remove_breakpoint()
2431 struct cleanup *old_cleanups; in record_full_restore() local
2577 discard_cleanups (old_cleanups); in record_full_restore()
2646 struct cleanup *old_cleanups; in record_full_save() local
[all …]
H A Djit.c172 struct cleanup *old_cleanups; in jit_reader_load() local
178 old_cleanups = make_cleanup_dlclose (so); in jit_reader_load()
196 discard_cleanups (old_cleanups); in jit_reader_load()
876 struct cleanup *old_cleanups; in jit_bfd_try_read_symtab() local
916 old_cleanups = make_cleanup_free_section_addr_info (sai); in jit_bfd_try_read_symtab()
933 do_cleanups (old_cleanups); in jit_bfd_try_read_symtab()
H A Dinfrun.c1373 old_cleanups = save_inferior_ptid (); in displaced_step_prepare()
1421 do_cleanups (old_cleanups); in displaced_step_prepare()
1461 struct cleanup *old_cleanups; in displaced_step_fixup() local
1499 do_cleanups (old_cleanups); in displaced_step_fixup()
1813 discard_cleanups (old_cleanups); in resume()
1968 discard_cleanups (old_cleanups); in resume()
2710 struct cleanup *old_cleanups; in wait_for_inferior() local
2716 old_cleanups = in wait_for_inferior()
2752 do_cleanups (old_cleanups); in wait_for_inferior()
3041 do_cleanups (old_cleanups); in adjust_pc_after_break()
[all …]
H A Dutils.c2328 struct cleanup *old_cleanups; in vfprintf_maybe_filtered() local
2331 old_cleanups = make_cleanup (xfree, linebuffer); in vfprintf_maybe_filtered()
2333 do_cleanups (old_cleanups); in vfprintf_maybe_filtered()
2347 struct cleanup *old_cleanups; in vfprintf_unfiltered() local
2350 old_cleanups = make_cleanup (xfree, linebuffer); in vfprintf_unfiltered()
2371 do_cleanups (old_cleanups); in vfprintf_unfiltered()
H A Dcp-support.c1175 struct cleanup *old_cleanups; in make_symbol_overload_list() local
1184 old_cleanups = make_cleanup (xfree, sym_return_val); in make_symbol_overload_list()
1202 discard_cleanups (old_cleanups); in make_symbol_overload_list()
H A Dsource.c1194 struct cleanup *old_cleanups; in find_source_lines() local
1203 old_cleanups = make_cleanup (xfree, data); in find_source_lines()
1229 do_cleanups (old_cleanups); in find_source_lines()
H A Dsymfile.c2105 struct cleanup *old_cleanups = make_cleanup (null_cleanup, 0); in generic_load() local
2203 do_cleanups (old_cleanups); in generic_load()
2476 struct cleanup *old_cleanups; in reread_symbols() local
2494 old_cleanups = make_cleanup_free_objfile (objfile); in reread_symbols()
2644 discard_cleanups (old_cleanups); in reread_symbols()
H A Dvalops.c2895 struct cleanup *old_cleanups; in find_oload_champ_namespace_loop() local
2938 old_cleanups = make_cleanup (xfree, *oload_syms); in find_oload_champ_namespace_loop()
2981 do_cleanups (old_cleanups); in find_oload_champ_namespace_loop()
2988 discard_cleanups (old_cleanups); in find_oload_champ_namespace_loop()
2996 do_cleanups (old_cleanups); in find_oload_champ_namespace_loop()
H A Dprintcmd.c2224 struct cleanup *old_cleanups; in ui_printf() local
2227 old_cleanups = make_cleanup (free_current_contents, &val_args); in ui_printf()
2423 do_cleanups (old_cleanups); in ui_printf()
H A Dtarget.c2878 struct cleanup *old_cleanups; in simple_search_memory() local
2889 old_cleanups = make_cleanup (free_current_contents, &search_buf); in simple_search_memory()
2899 do_cleanups (old_cleanups); in simple_search_memory()
2922 do_cleanups (old_cleanups); in simple_search_memory()
2955 do_cleanups (old_cleanups); in simple_search_memory()
2965 do_cleanups (old_cleanups); in simple_search_memory()
H A Dbreakpoint.c2186 struct cleanup *old_cleanups = 0; in parse_cmd_to_aexpr() local
2213 old_cleanups = make_cleanup (free_format_pieces_cleanup, &fpieces); in parse_cmd_to_aexpr()
2264 do_cleanups (old_cleanups); in parse_cmd_to_aexpr()
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-var.c108 struct cleanup *old_cleanups; in mi_cmd_var_create() local
117 old_cleanups = make_cleanup (free_current_contents, &name); in mi_cmd_var_create()
157 do_cleanups (old_cleanups); in mi_cmd_var_create()
167 struct cleanup *old_cleanups; in mi_cmd_var_delete() local
176 old_cleanups = make_cleanup (free_current_contents, &name); in mi_cmd_var_delete()
196 do_cleanups (old_cleanups); in mi_cmd_var_delete()
198 old_cleanups = make_cleanup (free_current_contents, &name); in mi_cmd_var_delete()
210 do_cleanups (old_cleanups); in mi_cmd_var_delete()
H A Dmi-cmd-env.c53 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 Dmi-main.c2169 struct cleanup *old_cleanups; in mi_execute_cli_command() local
2180 old_cleanups = make_cleanup (xfree, run); in mi_execute_cli_command()
2182 do_cleanups (old_cleanups); in mi_execute_cli_command()
2190 struct cleanup *old_cleanups; in mi_execute_async_cli_command() local
2197 old_cleanups = make_cleanup (xfree, run); in mi_execute_async_cli_command()
2203 do_cleanups (old_cleanups); in mi_execute_async_cli_command()
/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-cmds.c475 struct cleanup *old_cleanups; in find_and_open_script() local
479 old_cleanups = make_cleanup (xfree, file); in find_and_open_script()
492 do_cleanups (old_cleanups); in find_and_open_script()
497 do_cleanups (old_cleanups); in find_and_open_script()
558 struct cleanup *old_cleanups; in source_script_with_search() local
575 old_cleanups = make_cleanup (xfree, full_path); in source_script_with_search()
583 do_cleanups (old_cleanups); in source_script_with_search()
607 struct cleanup *old_cleanups; in source_command() local
613 old_cleanups = make_cleanup (source_verbose_cleanup, in source_command()
656 do_cleanups (old_cleanups); in source_command()
H A Dcli-dump.c213 struct cleanup *old_cleanups = make_cleanup (null_cleanup, NULL); in dump_memory_to_file() local
257 do_cleanups (old_cleanups); in dump_memory_to_file()
269 struct cleanup *old_cleanups = make_cleanup (null_cleanup, NULL); in dump_value_to_file() local
308 do_cleanups (old_cleanups); in dump_value_to_file()
H A Dcli-script.c1634 struct cleanup *old_cleanups; in script_from_file() local
1642 old_cleanups = make_cleanup (source_cleanup_lines, &old_lines); in script_from_file()
1671 do_cleanups (old_cleanups); in script_from_file()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimplify.c5265 gimple_seq old_cleanups = gimplify_ctxp->conditional_cleanups; in gimplify_cleanup_point_expr() local
5274 gimplify_ctxp->conditional_cleanups = old_cleanups; in gimplify_cleanup_point_expr()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimplify.c6421 gimple_seq old_cleanups = gimplify_ctxp->conditional_cleanups; in gimplify_cleanup_point_expr() local
6430 gimplify_ctxp->conditional_cleanups = old_cleanups; in gimplify_cleanup_point_expr()