diff options
author | Tom Tromey <tom@tromey.com> | 2019-01-23 18:58:35 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2019-01-23 19:14:44 +0000 |
commit | 9885e6bb5b0f6f0147f9b3a15a4bd4516faf4a26 (patch) | |
tree | c2ce9da21e4b1ad2a16802624e848eb34246ff31 /gdb/ChangeLog | |
parent | 286526c1e5f6d54bf6ecc961d7c2d0a32b58fe45 (diff) | |
download | gdb-9885e6bb5b0f6f0147f9b3a15a4bd4516faf4a26.zip gdb-9885e6bb5b0f6f0147f9b3a15a4bd4516faf4a26.tar.gz gdb-9885e6bb5b0f6f0147f9b3a15a4bd4516faf4a26.tar.bz2 |
Remove cleanup from stop_all_threads
This removes the cleanup from stop_all_threads, replacing it with a
scope_exit.
gdb/ChangeLog:
2019-01-23 Tom Tromey <tom@tromey.com>
Pedro Alves <palves@redhat.com>
* infrun.c (disable_thread_events): Delete.
(stop_all_threads): Use SCOPE_EXIT.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4f53675..1df10d4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,12 @@ 2019-01-23 Tom Tromey <tom@tromey.com> Pedro Alves <palves@redhat.com> + * infrun.c (disable_thread_events): Delete. + (stop_all_threads): Use SCOPE_EXIT. + +2019-01-23 Tom Tromey <tom@tromey.com> + Pedro Alves <palves@redhat.com> + * symfile.c: Include forward-scope-exit.h. (clear_symtab_users_cleanup): Replace forward declaration with a FORWARD_SCOPE_EXIT. |