From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27825 invoked by alias); 9 Oct 2008 04:23:25 -0000 Received: (qmail 27815 invoked by uid 22791); 9 Oct 2008 04:23:24 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 09 Oct 2008 04:22:43 +0000 Received: (qmail 24765 invoked from network); 9 Oct 2008 04:22:42 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 9 Oct 2008 04:22:42 -0000 From: Pedro Alves To: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: [RFA] Resubmit reverse debugging [5/5] Date: Thu, 09 Oct 2008 04:23:00 -0000 User-Agent: KMail/1.9.9 Cc: Thiago Jung Bauermann , msnyder@vmware.com References: <48EC18F9.8040105@vmware.com> <1223489663.19088.43.camel@localhost.localdomain> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810090522.43534.pedro@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: 2008-10/txt/msg00278.txt.bz2 On Wednesday 08 October 2008 20:15:16, Eli Zaretskii wrote: > > From: Thiago Jung Bauermann > > What about adding "previous" and either "pr" or "pre" as alias to > > reverse-next? > > Please, not "pr". The .gdbinit file that comes with Emacs defines a > user command named "pr" that prints any Lisp object. This command is > central to debugging Emacs, so re-learning its name would be a hassle. This argument isn't valid. User defined commands override GDB's built-in commands, so you'd not lose anything. pr wouldn't even collide with anything current: (gdb) pr Ambiguous command "pr": print, print-object, printf, process. -- Pedro Alves