From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23183 invoked by alias); 26 Nov 2010 10:59:22 -0000 Received: (qmail 23174 invoked by uid 22791); 26 Nov 2010 10:59:21 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,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; Fri, 26 Nov 2010 10:59:16 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LCH00600NT50J00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 26 Nov 2010 12:59:00 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.63.39]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LCH004VTNUBKDL0@a-mtaout22.012.net.il>; Fri, 26 Nov 2010 12:59:00 +0200 (IST) Date: Fri, 26 Nov 2010 10:59:00 -0000 From: Eli Zaretskii Subject: Re: [patch 2/3] Implement support for PowerPC BookE ranged watchpoints In-reply-to: <1290549100.3164.47.camel@hactar> To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org, jan.kratochvil@redhat.com, brobecker@adacore.com Reply-to: Eli Zaretskii Message-id: <83mxow73il.fsf@gnu.org> References: <1290549100.3164.47.camel@hactar> 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: 2010-11/txt/msg00448.txt.bz2 > From: Thiago Jung Bauermann > Cc: Jan Kratochvil , > Joel Brobecker > , Eli Zaretskii > Date: Tue, 23 Nov 2010 19:51:40 -0200 > > The manual has the following new wording in the second half of the > paragraph (the first half is the same): > > +You can create an artificial array to watch an arbitrary memory > +region using one of the following commands (@pxref{Expressions}): > + > +@smallexample > +(@value{GDBP}) watch *((char *) @var{ADDRESS})@@@var{LENGTH} > +(@value{GDBP}) watch @{char[@var{LENGTH}]@} @var{ADDRESS} > +@end smallexample > > Ok? Yes, but please down-case all the text inside @var. It is up-cased automatically by makeinfo, but will look ugly in the printed version, where the argument of @var is typeset as italics.