aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-03-24 14:24:54 +0000
committerPedro Alves <palves@redhat.com>2015-03-24 19:01:05 +0000
commit44a1ee517365cd120f0338c1f4dc5a85273d4e4b (patch)
tree9d4e3dd20740b49d582ea8f693ce360cff284b2d /gdb/ChangeLog
parentf3263aa47ec109871a124a1a2d5370e42a907690 (diff)
downloadgdb-44a1ee517365cd120f0338c1f4dc5a85273d4e4b.zip
gdb-44a1ee517365cd120f0338c1f4dc5a85273d4e4b.tar.gz
gdb-44a1ee517365cd120f0338c1f4dc5a85273d4e4b.tar.bz2
Fix switch_back_to_stepped_thread comment references
Whoops, switch_back_to_stepping doesn't exist... gdb/ 2015-03-24 Pedro Alves <palves@redhat.com> * infrun.c (resume, proceed): Mention switch_back_to_stepped_thread, not switch_back_to_stepping.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a7d95f6..2cd79a5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2015-03-24 Pedro Alves <palves@redhat.com>
+ * infrun.c (resume, proceed): Mention
+ switch_back_to_stepped_thread, not switch_back_to_stepping.
+
+2015-03-24 Pedro Alves <palves@redhat.com>
+
* infrun.c (user_visible_resume_ptid): Rewrite going from
most-locked to unlocked instead of the opposite. Move comment ...
* infrun.h (user_visible_resume_ptid): ... here.