From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73351 invoked by alias); 29 Feb 2016 16:54:20 -0000 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 Received: (qmail 73336 invoked by uid 89); 29 Feb 2016 16:54:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=no version=3.3.2 spammy=H*r:1010, Completion, Petri, petri X-HELO: cvs.linux-mips.org Received: from eddie.linux-mips.org (HELO cvs.linux-mips.org) (148.251.95.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Feb 2016 16:54:13 +0000 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S27007106AbcB2QyLZShhS (ORCPT ); Mon, 29 Feb 2016 17:54:11 +0100 Date: Mon, 29 Feb 2016 16:54:00 -0000 From: "Maciej W. Rozycki" To: Jonah Petri cc: gdb@sourceware.org Subject: Re: Completion on symbols nonfunctional, gdb 7.8.1 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00036.txt.bz2 On Mon, 29 Feb 2016, Jonah Petri wrote: > Does anyone know why some gdbs (in this case 7.8.1, as built into a > yocto sdk) might not have working tab completion? Does "some" mean different versions installed on the same system or across different computers? If the latter, then have you checked for anything odd in /etc/inputrc or ~/.inputrc first? Distributions tend to put weird stuff there, which is bound to break someone's assumptions. Maciej