From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7426 invoked by alias); 26 Jan 2012 15:15:04 -0000 Received: (qmail 7356 invoked by uid 22791); 26 Jan 2012 15:15:02 -0000 X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=BAYES_00,FROM_12LTRDOM X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Jan 2012 15:14:46 +0000 Received: from nat-dem.mentorg.com ([195.212.93.2] helo=eu2-mail.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1RqR2E-0004zS-0O from Thomas_Schwinge@mentor.com for gdb-patches@sourceware.org; Thu, 26 Jan 2012 07:14:46 -0800 Received: from feldtkeller.schwinge.homeip.net ([172.30.64.192]) by eu2-mail.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 26 Jan 2012 16:14:44 +0100 From: Thomas Schwinge To: gdb-patches@sourceware.org Subject: Misplaced vCont paragraph in the middle of vFlashErase User-Agent: Notmuch/0.9-101-g81dad07 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Thu, 26 Jan 2012 16:47:00 -0000 Message-ID: <8762fyqyw2.fsf@schwinge.name> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00909.txt.bz2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-length: 1688 Hi! It appears that in her 2008-09-22 commit, Sandra placed this vCont paragraph in the wrong section, in the middle of vFlashErase -- and apparently I'm the first one to read this text in more than three years? ;-) gdb/doc/ 2012-01-26 Thomas Schwinge * gdb.textinfo (Packets): Move vCont paragraph to the correct place. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index fa728db..5738d14 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -34046,6 +34046,12 @@ the corresponding stop reply should indicate that = the thread has stopped with signal @samp{0}, regardless of whether the target uses some other signal as an implementation detail. =20 +The stub must support @samp{vCont} if it reports support for +multiprocess extensions (@pxref{multiprocess extensions}). Note that in +this case @samp{vCont} actions can be specified to apply to all threads +in a process by using the @samp{p@var{pid}.-1} form of the +@var{thread-id}. + Reply: @xref{Stop Reply Packets}, for the reply specifications. =20 @@ -34078,12 +34084,6 @@ together, and sends a @samp{vFlashDone} request af= ter each group; the stub is allowed to delay erase operation until the @samp{vFlashDone} packet is received. =20 -The stub must support @samp{vCont} if it reports support for -multiprocess extensions (@pxref{multiprocess extensions}). Note that in -this case @samp{vCont} actions can be specified to apply to all threads -in a process by using the @samp{p@var{pid}.-1} form of the -@var{thread-id}. - Reply: @table @samp @item OK OK to commit? (Someone please verify it's the most sensible place where I put it.) Gr=C3=BC=C3=9Fe, Thomas --=-=-= Content-Type: application/pgp-signature Content-length: 489 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJPIW3dAAoJENuKOtuXzphJ+zIIAJ0qeVu0Rqnu0ZCedQhfa2r4 pGKb82yGhV8j0vb+T3Sa9kKFTpLm32M8EMPYWyfSjxfqXEM+SwqXdqLibWS0jI5S gWiSBUcixTNR8mtroo53KYNXitqyQ2Ev35Lkb5ulzJkI9rT2EjdyMFn/cn5q+HTi 2x6MBx+zLGfOiam0RoA8sni2o4hwe77wvjKFAWNK2DdFobDg0aJ/rs+88Q0zQr4v NhqOoLBiSm+xFjTutka3o1M8sdpYAXDkl3ZTm+iWRmu1WVqelgkEccPkH7uywzDF ci4YhVJLBdX1qUJ7c4t42I5wmcuGKw7u5uqshviAlpy1FSO0MbNWzmzY8uzg8nQ= =Jq34 -----END PGP SIGNATURE----- --=-=-=--