Home
last modified time | relevance | path

Searched refs:saved_cmd_cleanup_chain (Results 1 – 2 of 2) sorted by relevance

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dthread.c520 struct cleanup *saved_cmd_cleanup_chain; in thread_apply_all_command() local
535 saved_cmd_cleanup_chain = make_cleanup (xfree, (void *) saved_cmd); in thread_apply_all_command()
546 do_cleanups (saved_cmd_cleanup_chain); in thread_apply_all_command()
556 struct cleanup *saved_cmd_cleanup_chain; in thread_apply_command() local
572 saved_cmd_cleanup_chain = make_cleanup (xfree, (void *) saved_cmd); in thread_apply_command()
619 do_cleanups (saved_cmd_cleanup_chain); in thread_apply_command()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dthread.c520 struct cleanup *saved_cmd_cleanup_chain; in thread_apply_all_command() local
535 saved_cmd_cleanup_chain = make_cleanup (xfree, (void *) saved_cmd); in thread_apply_all_command()
546 do_cleanups (saved_cmd_cleanup_chain); in thread_apply_all_command()
556 struct cleanup *saved_cmd_cleanup_chain; in thread_apply_command() local
572 saved_cmd_cleanup_chain = make_cleanup (xfree, (void *) saved_cmd); in thread_apply_command()
619 do_cleanups (saved_cmd_cleanup_chain); in thread_apply_command()