aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-01-23 18:58:32 +0000
committerPedro Alves <palves@redhat.com>2019-01-23 19:05:07 +0000
commit4c41382ac101f10071f92074bab7c33242ef5b15 (patch)
tree56482e9c2259aa8f8e32f55e63dc0d68b9457073 /gdb/ChangeLog
parent89f8fb50fa16b0ef510dcd6de9088cee9820116d (diff)
downloadfsf-binutils-gdb-4c41382ac101f10071f92074bab7c33242ef5b15.zip
fsf-binutils-gdb-4c41382ac101f10071f92074bab7c33242ef5b15.tar.gz
fsf-binutils-gdb-4c41382ac101f10071f92074bab7c33242ef5b15.tar.bz2
Remove delete_just_stopped_threads_infrun_breakpoints_cleanup
v3: sorted earlier in the series, and replaces the cleanup in fetch_inferior_event here too instead of in some other patch. This removes delete_just_stopped_threads_infrun_breakpoints_cleanup, replacing it with uses of scope_exit. gdb/ChangeLog: 2019-01-23 Tom Tromey <tom@tromey.com> Pedro Alves <palves@redhat.com> * infrun.c: Include "common/scope-exit.h" (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove. (wait_for_inferior): Use SCOPE_EXIT. (fetch_inferior_event): Use scope_exit.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a400cbc..6f1bcba 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,14 @@
2019-01-23 Tom Tromey <tom@tromey.com>
Pedro Alves <palves@redhat.com>
+ * infrun.c: Include "common/scope-exit.h"
+ (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
+ (wait_for_inferior): Use SCOPE_EXIT.
+ (fetch_inferior_event): Use scope_exit.
+
+2019-01-23 Tom Tromey <tom@tromey.com>
+ Pedro Alves <palves@redhat.com>
+
* breakpoint.c (create_breakpoint): Remove cleanup.
2019-01-23 Tom Tromey <tom@tromey.com>