From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22547 invoked by alias); 13 May 2008 19:01:20 -0000 Received: (qmail 22534 invoked by uid 22791); 13 May 2008 19:01:19 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 May 2008 19:01:00 +0000 Received: from HOME-C4E4A596F7 ([83.130.255.47]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K0T00KEAMTTB353@i_mtaout2.012.net.il> for gdb-patches@sources.redhat.com; Tue, 13 May 2008 22:15:29 +0300 (IDT) Date: Tue, 13 May 2008 21:00:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Patch to limit field name completion candidates In-reply-to: <20080513153648.GA32119@caradoc.them.org> X-012-Sender: halo1@inter.net.il To: Daniel Jacobowitz Cc: tromey@redhat.com, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <20080513153648.GA32119@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00407.txt.bz2 > Date: Tue, 13 May 2008 11:36:48 -0400 > From: Daniel Jacobowitz > Cc: Eli Zaretskii , gdb-patches@sources.redhat.com > > The only way I know of is 'filename.c'::bar, including the quotes > (see scope.exp). Just "p 'filename." is enough.