From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5920 invoked by alias); 2 Oct 2008 22:54:15 -0000 Received: (qmail 5912 invoked by uid 22791); 2 Oct 2008 22:54:15 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 02 Oct 2008 22:53:39 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 8D33359008; Thu, 2 Oct 2008 15:53:38 -0700 (PDT) Received: from [10.20.92.59] (promb-2s-dhcp59.eng.vmware.com [10.20.92.59]) by mailhost4.vmware.com (Postfix) with ESMTP id 803A0C9A19; Thu, 2 Oct 2008 15:53:38 -0700 (PDT) Message-ID: <48E550B0.1070103@vmware.com> Date: Thu, 02 Oct 2008 22:54:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Eli Zaretskii CC: "gdb-patches@sourceware.org" , "drow@false.org" , "pedro@codesourcery.com" , "teawater@gmail.com" Subject: Re: [RFA] Reverse Debugging, 5/5 References: <48E3CD66.9020600@vmware.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2008-10/txt/msg00069.txt.bz2 Eli Zaretskii wrote: >> + add_com ("reverse-next", class_run, reverse_next, _("\ >> +Step program backward, proceeding through subroutine calls.\n\ > ^ > Won't commands like "apropos" stop at the first comma when they > display the short descriptions of commands? Hmmm, you know, "next" has the same issue. (gdb) apropos next [...] next -- Step program nexti -- Step one instruction ... why does it stop after a comma, anyways?