From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18428 invoked by alias); 7 Apr 2013 16:50:55 -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 18417 invoked by uid 89); 7 Apr 2013 16:50:55 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 07 Apr 2013 16:50:52 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MKW00J009EGVX00@a-mtaout22.012.net.il> for gdb@sourceware.org; Sun, 07 Apr 2013 19:50:34 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MKW00JHD9G9VP10@a-mtaout22.012.net.il> for gdb@sourceware.org; Sun, 07 Apr 2013 19:50:33 +0300 (IDT) Date: Sun, 07 Apr 2013 16:50:00 -0000 From: Eli Zaretskii Subject: Re: Completion on static functions In-reply-to: <83d2u6cnkv.fsf@gnu.org> To: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83a9pacmjj.fsf@gnu.org> References: <83d2u6cnkv.fsf@gnu.org> X-SW-Source: 2013-04/txt/msg00014.txt.bz2 > Date: Sun, 07 Apr 2013 19:28:16 +0300 > From: Eli Zaretskii > > Sometimes "break foo TAB" does not complete the name of a function, > even though typing its full name as in "break foo_bar RET" sets a > breakpoint without any complaints. It happens with static functions, > but with all of them. Perhaps only inlined functions? ^^^^^^^^^^^^^^^^^^^^ "but NOT with all of them", of course.