From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3901 invoked by alias); 22 Apr 2009 17:16:39 -0000 Received: (qmail 3889 invoked by uid 22791); 22 Apr 2009 17:16:35 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Apr 2009 17:16:31 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KII00F00I2FV100@i-mtaout7.012.net.il> for gdb-patches@sources.redhat.com; Wed, 22 Apr 2009 20:15:59 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.175.232]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KII00DS0IMGJLL0@i-mtaout7.012.net.il>; Wed, 22 Apr 2009 20:15:57 +0300 (IDT) Date: Wed, 22 Apr 2009 17:16:00 -0000 From: Eli Zaretskii Subject: Re: Implement -exec-jump In-reply-to: <200904221609.19770.vladimir@codesourcery.com> To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <83d4b4hanl.fsf@gnu.org> References: <200904080950.16691.vladimir@codesourcery.com> <200904221609.19770.vladimir@codesourcery.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: 2009-04/txt/msg00595.txt.bz2 > From: Vladimir Prus > Date: Wed, 22 Apr 2009 16:09:19 +0400 > > Here's the doc patch. OK? Yes, but please leave two spaces after the period that ends a sentence > +Resumes execution of the inferior program at the location specified by > +parameter. @xref{Specify Location}, for a description of the ^^ here. Thanks.