From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37732 invoked by alias); 1 Mar 2016 00:34:33 -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 37721 invoked by uid 89); 1 Mar 2016 00:34:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=no version=3.3.2 spammy=Hx-languages-length:365, H*r:1010, H*MI:sk:w@mail. 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; Tue, 01 Mar 2016 00:34:32 +0000 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S27008284AbcCAAe3xDnY8 (ORCPT ); Tue, 1 Mar 2016 01:34:29 +0100 Date: Tue, 01 Mar 2016 00:34: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-03/txt/msg00000.txt.bz2 On Mon, 29 Feb 2016, Jonah Petri wrote: > Thanks for the advice! Your hints led me to readline, which seems to > be the problem. I seem to be linking against a bad readline lib. I > recompiled gdb with --without-system-readline, and now all is as > expected. > > Thanks again. I'm glad to be of help. Maciej