aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-03-21 11:08:44 +0000
committerPedro Alves <palves@redhat.com>2014-03-21 11:08:44 +0000
commitb65dc60b233704405c334bbe16c4fc5689187b7b (patch)
treedc93aea4b22b2d5552a04dd495e34dddfa586706 /gdb/ChangeLog
parent36cb1214c9f26b4e9b42d146dcf64621b36b91df (diff)
downloadfsf-binutils-gdb-b65dc60b233704405c334bbe16c4fc5689187b7b.zip
fsf-binutils-gdb-b65dc60b233704405c334bbe16c4fc5689187b7b.tar.gz
fsf-binutils-gdb-b65dc60b233704405c334bbe16c4fc5689187b7b.tar.bz2
normal_stop: Extend and clarify comment.
Explain better why we skip saying "Switching to ..." in non-stop mode. gdb/ 2014-03-21 Pedro Alves <palves@redhat.com> * infrun.c (normal_stop): Extend comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ba2ca31..0aec7b9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-21 Pedro Alves <palves@redhat.com>
+
+ * infrun.c (normal_stop): Extend comment.
+
2014-03-21 Hui Zhu <hui@codesourcery.com>
Pedro Alves <palves@redhat.com>