From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19406 invoked by alias); 18 Feb 2009 19:50:45 -0000 Received: (qmail 19395 invoked by uid 22791); 18 Feb 2009 19:50:44 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Feb 2009 19:50:39 +0000 Received: (qmail 14060 invoked from network); 18 Feb 2009 19:50:37 -0000 Received: from unknown (HELO wind.local) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Feb 2009 19:50:37 -0000 From: Vladimir Prus To: Eli Zaretskii Subject: Re: MI solib notification Date: Wed, 18 Feb 2009 20:04:00 -0000 User-Agent: KMail/1.9.10 Cc: pedro@codesourcery.com, gdb-patches@sources.redhat.com References: <200901310010.46738.vladimir@codesourcery.com> <200902181031.02978.vladimir@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_PaGnJ1MCNbPKQp8" Message-Id: <200902182250.39997.vladimir@codesourcery.com> 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: 2009-02/txt/msg00386.txt.bz2 --Boundary-00=_PaGnJ1MCNbPKQp8 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 958 On Wednesday 18 February 2009 21:46:06 Eli Zaretskii wrote: > > From: Vladimir Prus > > Date: Wed, 18 Feb 2009 10:31:02 +0300 > > Cc: gdb-patches@sources.redhat.com > > > > > But I'm okay with your original text as well, as I said. > > > > Ok, I've checked in that patch. > > Thanks. > > > +@var{host-name}, and @var{symbols-loaded}. The @var{id} field is an > ^^ > One more blank here, please. > > > +library file on the target, and on the host respectively. For native > ^^ > Likewise. > > > +debugging, both those fields have the same value. The > ^^ > Likewise. > > > +Reports that a library was unloaded by the program. This notification > ^^ > Likewise. I've checked in the below follow-up. Thanks, Volodya --Boundary-00=_PaGnJ1MCNbPKQp8 Content-Type: text/x-diff; charset="iso 8859-15"; name="spaces.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="spaces.diff" Content-length: 1984 Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/doc/ChangeLog,v retrieving revision 1.866 diff -u -p -r1.866 ChangeLog --- ChangeLog 18 Feb 2009 07:28:33 -0000 1.866 +++ ChangeLog 18 Feb 2009 19:43:24 -0000 @@ -1,5 +1,10 @@ 2009-02-18 Vladimir Prus + * gdb.texinfo (GDB/MI Async Records): Add double-spaces + between sentences. + +2009-02-18 Vladimir Prus + * gdb.texinfo (GDB/MI Async Records): Document the =library-loaded and =library-unloaded notifications. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.559 diff -u -p -r1.559 gdb.texinfo --- gdb.texinfo 18 Feb 2009 07:28:33 -0000 1.559 +++ gdb.texinfo 18 Feb 2009 19:43:26 -0000 @@ -19915,16 +19915,16 @@ that thread. @item =library-loaded,... Reports that a new library file was loaded by the program. This notification has 4 fields---@var{id}, @var{target-name}, -@var{host-name}, and @var{symbols-loaded}. The @var{id} field is an +@var{host-name}, and @var{symbols-loaded}. The @var{id} field is an opaque identifier of the library. For remote debugging case, @var{target-name} and @var{host-name} fields give the name of the -library file on the target, and on the host respectively. For native -debugging, both those fields have the same value. The +library file on the target, and on the host respectively. For native +debugging, both those fields have the same value. The @var{symbols-loaded} field reports if the debug symbols for this library are loaded. @item =library-unloaded,... -Reports that a library was unloaded by the program. This notification +Reports that a library was unloaded by the program. This notification has 3 fields---@var{id}, @var{target-name} and @var{host-name} with the same meaning as for the @code{=library-loaded} notification --Boundary-00=_PaGnJ1MCNbPKQp8--