From: Pedro Alves Date: Fri, 25 Jan 2013 17:38:00 +0000 (+0000) Subject: Fix add_current_inferior_and_thread's describing comment. X-Git-Tag: sid-snapshot-20130201~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ba0730a172c05805cb5072121ab71ee03654caa;p=platform%2Fupstream%2Fbinutils.git 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 * remote.c (add_current_inferior_and_thread): Tweak comment. --- 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 + + * remote.c (add_current_inferior_and_thread): Tweak comment. + 2013-01-25 Tom Tromey * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.