aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index aeb83ddebb..7c48c3d311 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2017-05-04 Pedro Alves <palves@redhat.com>
+ * thread.c (make_cleanup_restore_current_thread): Move
+ find_thread_ptid call before the is_stopped call. Assert that the
+ thread is found. Replace is_stopped call by checking the thread's
+ state directly. Remove unnecessary NULL-thread check.
+
+2017-05-04 Pedro Alves <palves@redhat.com>
+
* corelow.c (thread_section_name): New class.
(get_core_register_section, get_core_siginfo): Use it.