From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16498 invoked by alias); 28 Aug 2009 10:08:48 -0000 Received: (qmail 16490 invoked by uid 22791); 28 Aug 2009 10:08:47 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from dns.vtab.com (HELO oden.vtab.com) (62.20.90.195) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Aug 2009 10:08:43 +0000 Received: from oden.vtab.com (oden.vtab.com [127.0.0.1]) by oden.vtab.com (Postfix) with ESMTP id 128EB26EF4E; Fri, 28 Aug 2009 12:08:41 +0200 (CEST) Received: from polhem (unknown [62.20.90.206]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by oden.vtab.com (Postfix) with ESMTP id E379426EEE9; Fri, 28 Aug 2009 12:08:40 +0200 (CEST) From: "Jakob Engblom" To: "'Eli Zaretskii'" Cc: References: <00cf01ca265a$d4110dc0$7c332940$@com> <83tyzucw8p.fsf@gnu.org> In-Reply-To: <83tyzucw8p.fsf@gnu.org> Subject: RE: GDB MI Reverse Commands added [2 of 3] Date: Fri, 28 Aug 2009 10:44:00 -0000 Message-ID: <002f01ca27c7$852acbb0$8f806310$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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-08/txt/msg00512.txt.bz2 > > + If the @samp{--reverse} option is specified, resumes reverse execution > > + of the inferior program, stopping at the previous instruction. If the > > + previously executed instruction was a return from another instruction, > ^^^^^^^^^^^^^^^^^^^ > "another instruction" or "another function"? Function. There was also the same mistake in the documentation for the CLI command "reverse-nexti". Fixed it there too. /jakob