aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-01-25 17:38:00 +0000
committerPedro Alves <palves@redhat.com>2013-01-25 17:38:00 +0000
commit8ba0730a172c05805cb5072121ab71ee03654caa (patch)
tree8c31976e2d720cd937502988574371eceb910596
parent12aaed36e3f39b4dadf6bc8f74d254d4d8a3909f (diff)
downloadgdb-8ba0730a172c05805cb5072121ab71ee03654caa.zip
gdb-8ba0730a172c05805cb5072121ab71ee03654caa.tar.gz
gdb-8ba0730a172c05805cb5072121ab71ee03654caa.tar.bz2
Fix add_current_inferior_and_thread's describing comment.
add_current_inferior_and_thread tries the stop reply first. Tweak its comment to reflect reality. 2013-01-25 Pedro Alves <palves@redhat.com> * remote.c (add_current_inferior_and_thread): Tweak comment.
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 86878e2..bb9692b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-25 Pedro Alves <palves@redhat.com>
+
+ * remote.c (add_current_inferior_and_thread): Tweak comment.
+
2013-01-25 Tom Tromey <tromey@redhat.com>
* cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.