From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30933 invoked by alias); 31 Oct 2012 15:45:31 -0000 Received: (qmail 30833 invoked by uid 22791); 31 Oct 2012 15:45:28 -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 mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 31 Oct 2012 15:45:20 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MCR00I00KZJ4I00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 31 Oct 2012 17:44:41 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MCR00HOEL2GHRD0@a-mtaout22.012.net.il>; Wed, 31 Oct 2012 17:44:41 +0200 (IST) Date: Wed, 31 Oct 2012 15:45:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] target attributes [5/5] doc In-reply-to: <50909BAB.2000205@mentor.com> To: Hui Zhu Cc: teawater@gmail.com, gdb-patches@sourceware.org, stan_shebs@mentor.com Reply-to: Eli Zaretskii Message-id: <83hapa7iiu.fsf@gnu.org> References: <503DCEE4.2010706@mentor.com> <83sjb2q2yw.fsf@gnu.org> <83mwzaa27c.fsf@gnu.org> <50909BAB.2000205@mentor.com> 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-10/txt/msg00564.txt.bz2 > Date: Wed, 31 Oct 2012 11:31:55 +0800 > From: Hui Zhu > CC: Hui Zhu , , > > > +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.