From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32147 invoked by alias); 17 Aug 2011 19:29:57 -0000 Received: (qmail 32130 invoked by uid 22791); 17 Aug 2011 19:29:57 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Aug 2011 19:29:40 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LQ300F007C33F00@a-mtaout21.012.net.il>; Wed, 17 Aug 2011 22:29:39 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.168.102]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LQ300FB77HD1Q40@a-mtaout21.012.net.il>; Wed, 17 Aug 2011 22:29:39 +0300 (IDT) Date: Wed, 17 Aug 2011 19:29:00 -0000 From: Eli Zaretskii Subject: Re: Some Python ideas, looking for feedback In-reply-to: <20110817201316.64fc14e5@ado-gentoo> To: Andrew Oakley Cc: gdb-patches@sourceware.org, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83sjozsuor.fsf@gnu.org> References: <09787EF419216C41A903FD14EE5506DD0151D583A2@AUSX7MCPC103.AMER.DELL.COM> <201108161345.33448.andre.poenitz@nokia.com> <09787EF419216C41A903FD14EE5506DD0151D585D2@AUSX7MCPC103.AMER.DELL.COM> <20110817193710.59945561@ado-gentoo> <20110817201316.64fc14e5@ado-gentoo> 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-08/txt/msg00347.txt.bz2 > Date: Wed, 17 Aug 2011 20:13:16 +0100 > From: Andrew Oakley > Cc: > > -position of the field. > +position of the field. For @code{enum} fields, the value is the > enumeration +member's integer representation. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I don't understand this part. Can you elaborate, please? In particular, what does that `+' stand for?