From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24214 invoked by alias); 28 Jul 2010 17:48:09 -0000 Received: (qmail 24204 invoked by uid 22791); 28 Jul 2010 17:48:08 -0000 X-SWARE-Spam-Status: No, hits=1.1 required=5.0 tests=AWL,BAYES_20,RCVD_IN_PSBL,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, 28 Jul 2010 17:48:02 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L6A0050040HLA00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 28 Jul 2010 20:47:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.70.53.180]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L6A00DDX43AP371@a-mtaout20.012.net.il>; Wed, 28 Jul 2010 20:47:35 +0300 (IDT) Date: Wed, 28 Jul 2010 17:48:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Add solib_address and decode_line Python functionality In-reply-to: <4C5015E2.4000205@redhat.com> To: Phil Muldoon Cc: brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fwz3cxc5.fsf@gnu.org> References: <4C44728D.4040408@redhat.com> <20100727162545.GF13267@adacore.com> <4C5015E2.4000205@redhat.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: 2010-07/txt/msg00497.txt.bz2 > Date: Wed, 28 Jul 2010 12:34:58 +0100 > From: Phil Muldoon > CC: gdb-patches ml > > +Decode the optional argument @var{expression} the way that > +@value{GDBN}'s inbuilt 'break' or 'edit' commands do (@pxref{Specify > +Location}). ^^^^^^^ ^^^^^^ The command names should be in @code and without the quotes, as in @code{break}. The doco patch is okay with that change. Thanks.