Remove make_bpstat_clear_actions_cleanup
authorTom Tromey <tom@tromey.com>
Wed, 23 Jan 2019 18:58:33 +0000 (18:58 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 23 Jan 2019 19:05:50 +0000 (19:05 +0000)
commit694c6bf5425024a8654a5541dec88e4dd6ddafb5
tree41d60d864814e18ddffe9477d443d7edd1f85d2a
parent4c41382ac101f10071f92074bab7c33242ef5b15
Remove make_bpstat_clear_actions_cleanup

This removes make_bpstat_clear_actions_cleanup, replacing it with uses
of scope_exit.

gdb/ChangeLog:
2019-01-23  Tom Tromey  <tom@tromey.com>
    Andrew Burgess  <andrew.burgess@embecosm.com>
    Pedro Alves  <palves@redhat.com>

* infrun.c (fetch_inferior_event): Use scope_exit.
* utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
* top.c (execute_command): Use scope_exit.
* breakpoint.c (bpstat_do_actions): Use scope_exit.
* utils.c (do_bpstat_clear_actions_cleanup)
(make_bpstat_clear_actions_cleanup): Remove.
gdb/ChangeLog
gdb/breakpoint.c
gdb/infrun.c
gdb/top.c
gdb/utils.c
gdb/utils.h
This page took 0.027931 seconds and 4 git commands to generate.