From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23174 invoked by alias); 19 Sep 2012 20:23:18 -0000 Received: (qmail 23162 invoked by uid 22791); 19 Sep 2012 20:23:17 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vb0-f41.google.com (HELO mail-vb0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Sep 2012 20:23:04 +0000 Received: by vbkv13 with SMTP id v13so1875093vbk.0 for ; Wed, 19 Sep 2012 13:23:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=oxk7sDqONdP/bywKY/rPqglj51/8DF1HPbBxKVP2S3Q=; b=TAQ19uxRNZj2iGkfULDDuQPAr5XPvGpGPXQAeaTAUonNhYm8uWTUyBIdo9Uu8fkP0H SV5H0vW4Imd5U1CTpdgM76GonRaX0oKeQnNjEt/ZXHvNSJScaiN9iYVPhPEPVifOccAl 1EbU0kaHE4ERXvP4/crfcnpzokfUHHHOX+GYNROjJpwnM4DytRqGK1cW9IJU9EuP/jtQ rHqf9DoyleH6Og9ZnE2haOW7mzdFMHCEA9MISWXBXeR3zgiw6JTnJuNFtmkIRKh9Lqrx Dbttb9N14QP19V79CZnvIexV676PYQpO7K6+fGozdggONfPrbuW+sr+M2iUlFiGvpO/j tSuA== Received: by 10.220.155.203 with SMTP id t11mr2564817vcw.36.1348086183473; Wed, 19 Sep 2012 13:23:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.155.203 with SMTP id t11mr2564810vcw.36.1348086183392; Wed, 19 Sep 2012 13:23:03 -0700 (PDT) Received: by 10.52.24.239 with HTTP; Wed, 19 Sep 2012 13:23:03 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 Sep 2012 20:23:00 -0000 Message-ID: Subject: Re: "j" is now an ambiguous command From: Doug Evans To: Jan Engelhardt Cc: gdb@sourceware.org, Sergio Durigan Junior Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQnCv8edeMN5v/J1qoM5nYEdIV47YRCpgSxq8R+nWi2+iG4YE3qm16PhDCkvisi725BYIPfhVIWU221SxaAtJjWYmSKTbokgJPJJfb17U3D912gJAwZftmO+llBAnwlXdeCslA+JUbuGJSBpwsq9aRuTY5ovbWBjmPmbzi5ip86a7l5FclHb6AMD7DI0axGfmEmOaQtX X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00055.txt.bz2 Hi. Just a followup (patch checked into trunk by sergiodj). You can work around this in the mean time by adding this to your ~/.gdbinit: alias j = jump On Sat, Sep 15, 2012 at 3:54 PM, Jan Engelhardt wrote: > > Between gdb-7.3 and 7.4.50.20120603, gdb has gained the two commands > "jit-reader-load" and "jit-reader-unload". > This causes "j", previously used as a shortcut for "jump", to have > become ambiguous. I would ask for "j" to be recognized again, similar to > how "b" is synonymous with "break" despite the presence of other b* > commands. > > (gdb) j 1762 > Ambiguous command "j 1762": jit-reader-load, jit-reader-unload, jump. > > thanks, > Jan