From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15929 invoked by alias); 26 May 2011 17:21:05 -0000 Received: (qmail 15918 invoked by uid 22791); 26 May 2011 17:21:05 -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; Thu, 26 May 2011 17:20:50 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LLT00400BTQC800@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 26 May 2011 20:20:44 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.254.13]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LLT003A9C6HKT90@a-mtaout22.012.net.il>; Thu, 26 May 2011 20:20:42 +0300 (IDT) Date: Thu, 26 May 2011 17:21:00 -0000 From: Eli Zaretskii Subject: Re: Don't allow calling inferior functions in reverse execution mode In-reply-to: <20110526163654.GC2588@adacore.com> To: Joel Brobecker Cc: pedro@codesourcery.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83sjs1cr9u.fsf@gnu.org> References: <201105261723.22519.pedro@codesourcery.com> <20110526163654.GC2588@adacore.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: 2011-05/txt/msg00612.txt.bz2 > Date: Thu, 26 May 2011 09:36:54 -0700 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > > + if (execution_direction == EXEC_REVERSE) > > + error (_("May not call functions in reverse.")); > > I was wondering if "Functions may not be called in reverse mode" > might be clearer? I can make the change later if people agree... How about Cannot call functions in reverse mode. ?