From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12014 invoked by alias); 12 Apr 2013 07:01: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 11999 invoked by uid 89); 12 Apr 2013 07:01:20 -0000 X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mail.stusta.mhn.de (HELO mail.stusta.mhn.de) (141.84.69.5) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 12 Apr 2013 07:01:18 +0000 Received: from [10.150.42.66] (r042066.stusta.swh.mhn.de [10.150.42.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stusta.mhn.de (Postfix) with ESMTPS id F0270194F8 for ; Fri, 12 Apr 2013 09:01:15 +0200 (CEST) Message-ID: <5167B13B.3020005@stusta.mhn.de> Date: Fri, 12 Apr 2013 07:01:00 -0000 From: Markus Teich User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: Completion on static functions References: <83d2u6cnkv.fsf@gnu.org> <83li8o9sph.fsf@gnu.org> <20130412064749.GA14827@host2.jankratochvil.net> In-Reply-To: <20130412064749.GA14827@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-04/txt/msg00028.txt.bz2 You could try creating a variable object out of the functionname. As far as i can tell, that (only?) fails, if the function is inlined. --Markus Am 12.04.2013 08:47, schrieb Jan Kratochvil: > On Fri, 12 Apr 2013 08:19:22 +0200, Eli Zaretskii wrote: >> So does this silence mean that no one else bumped into this yet? > > Maybe nobody has noticed, primarily there is no reproducer above. > > > Regards, > Jan >