From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16995 invoked by alias); 21 Nov 2012 17:45:10 -0000 Received: (qmail 16895 invoked by uid 22791); 21 Nov 2012 17:45:06 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Nov 2012 17:44:59 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MDU00M00MJ7WW00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 21 Nov 2012 19:44:58 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MDU00MNCMMXME60@a-mtaout20.012.net.il>; Wed, 21 Nov 2012 19:44:58 +0200 (IST) Date: Wed, 21 Nov 2012 17:45:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] target attributes [5/5] doc In-reply-to: To: Hui Zhu Cc: hui_zhu@mentor.com, gdb-patches@sourceware.org, stan_shebs@mentor.com Reply-to: Eli Zaretskii Message-id: <83obiqvoja.fsf@gnu.org> References: <503DCEE4.2010706@mentor.com> <83sjb2q2yw.fsf@gnu.org> <83mwzaa27c.fsf@gnu.org> <50909BAB.2000205@mentor.com> <83hapa7iiu.fsf@gnu.org> 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: 2012-11/txt/msg00578.txt.bz2 > From: Hui Zhu > Date: Wed, 21 Nov 2012 16:49:03 +0800 > Cc: Hui Zhu , gdb-patches ml , > Stan Shebs > > >> +If @var{n} is the id of a target attribute, it is type-converted > >> +according to the type of the target attribute.. > > ^^ > > Extra period, please delete. > > > >> +This defines the GDB access mode of a target attribute. > > ^^^ > > @value{GDBN} > > > > Other than that, OK. Thanks. > > Thanks for your help. Post a new version according to your comments. OK, thanks.