From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19125 invoked by alias); 15 Sep 2012 22:54:24 -0000 Received: (qmail 19117 invoked by uid 22791); 15 Sep 2012 22:54:21 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ares07.inai.de (HELO seven.medozas.de) (5.9.24.206) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 15 Sep 2012 22:54:06 +0000 Received: by seven.medozas.de (Postfix, from userid 25121) id 2DEA196A0004; Sun, 16 Sep 2012 00:54:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by seven.medozas.de (Postfix) with ESMTP id EDA1896A0003 for ; Sun, 16 Sep 2012 00:54:04 +0200 (CEST) Date: Sat, 15 Sep 2012 22:54:00 -0000 From: Jan Engelhardt To: gdb@sourceware.org Subject: "j" is now an ambiguous command Message-ID: User-Agent: Alpine 2.01 (LNX 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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/msg00039.txt.bz2 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