From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26340 invoked by alias); 18 Sep 2012 20:07:52 -0000 Received: (qmail 26319 invoked by uid 22791); 18 Sep 2012 20:07:51 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Sep 2012 20:07:26 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MAK00A00A6PRV00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 18 Sep 2012 23:07:25 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MAK00AWPAKCRK50@a-mtaout21.012.net.il>; Tue, 18 Sep 2012 23:07:25 +0300 (IDT) Date: Tue, 18 Sep 2012 20:07:00 -0000 From: Eli Zaretskii Subject: Re: Make "j" an alias of "jump" [was: Re: "j" is now an ambiguous command] In-reply-to: To: Sergio Durigan Junior Cc: jengelh@inai.de, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wqzryu0p.fsf@gnu.org> References: 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: 2012-09/txt/msg00380.txt.bz2 > From: Sergio Durigan Junior > Cc: gdb-patches@sourceware.org > Date: Tue, 18 Sep 2012 16:43:46 -0300 > > > (gdb) j 1762 > > Ambiguous command "j 1762": jit-reader-load, jit-reader-unload, jump. > > Thanks for the report. I agree that "jump" is a command more used than > the "jit*" commands. > > The following patch fixes the issue. > > Ok to apply? The documentation part is OK, thanks.