From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26888 invoked by alias); 14 Oct 2011 11:57:04 -0000 Received: (qmail 26878 invoked by uid 22791); 14 Oct 2011 11:57:03 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Oct 2011 11:56:49 +0000 Received: by vws16 with SMTP id 16so552452vws.0 for ; Fri, 14 Oct 2011 04:56:48 -0700 (PDT) Received: by 10.52.72.196 with SMTP id f4mr8322564vdv.68.1318593408310; Fri, 14 Oct 2011 04:56:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.180.75 with HTTP; Fri, 14 Oct 2011 04:56:28 -0700 (PDT) In-Reply-To: References: <8339ex2eaf.fsf@gnu.org> From: Kevin Pouget Date: Fri, 14 Oct 2011 11:57:00 -0000 Message-ID: Subject: Re: [Patch][Python] PR python/13285 Document named constants for frame unwind stop reasons To: Eli Zaretskii Cc: tromey@redhat.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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: 2011-10/txt/msg00412.txt.bz2 On Thu, Oct 13, 2011 at 4:05 PM, Kevin Pouget wrot= e: > On Thu, Oct 13, 2011 at 3:48 PM, Eli Zaretskii wrote: >> >> > From: Kevin Pouget >> > Date: Thu, 13 Oct 2011 14:39:16 +0200 >> > Cc: pmuldoon@redhat.com, gdb-patches@sourceware.org >> > >> > I've prepared a bit of documentation for these named constants, based >> > on their comments in the source code. >> >> Thanks. >> >> > +@table @code >> > +@item gdb.FRAME_UNWIND_NO_REASON >> > +No particular reason. >> >> This begs for some explanation of when this "no-reason" reason will be >> seen. =A0Is it true that this value is used when it's NOT impossible to >> find more frames? =A0If so, we should say that explicitly. > > Yes, that's my understanding too. I've changed the sentence to >> No particular reason (older frames should be available). > > I'll commit the patch in an hour, if no one contradicts > >> > +@end table >> >> There's no need to make each value a separate @table. =A0You can just >> make them all be a single table, like this: >> >> =A0@table @code >> =A0@item foo >> =A0Description of foo. >> =A0@item bar >> =A0Description of bar. >> =A0... >> =A0@end @table. > > sorry, I don't know where I got it from ! > > 2011-10-13 =A0Kevin Pouget =A0 > > =A0 =A0 =A0 =A0PR python/13285 Document named constants for frame unwind = stop reasons > =A0 =A0 =A0 =A0* gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIN= D_* > =A0 =A0 =A0 =A0constants. > commited: http://sourceware.org/ml/gdb-cvs/2011-10/msg00112.html thanks