From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30826 invoked by alias); 5 Jun 2008 19:30:22 -0000 Received: (qmail 30817 invoked by uid 22791); 5 Jun 2008 19:30:21 -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; Thu, 05 Jun 2008 19:29:58 +0000 Received: from HOME-C4E4A596F7 ([83.130.2.23]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K20003UZ9IPE8P2@i_mtaout2.012.net.il> for gdb-patches@sources.redhat.com; Thu, 05 Jun 2008 22:44:50 +0300 (IDT) Date: Thu, 05 Jun 2008 19:30:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] Patch to limit field name completion candidates In-reply-to: X-012-Sender: halo1@inter.net.il To: Tom Tromey Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <20080605170952.GJ29085@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-06/txt/msg00062.txt.bz2 > From: Tom Tromey > Date: Thu, 05 Jun 2008 13:21:02 -0600 > > --- NEWS 9 May 2008 19:17:46 -0000 1.273 > +++ NEWS 5 Jun 2008 19:14:12 -0000 > @@ -3,6 +3,9 @@ > > *** Changes since GDB 6.8 > > +* In expressions, completion of field operations will now return only > +the allowable field names. Thanks, but this text leaves too many questions unanswered (what is ``allowable field names''? allowable by whom? what are ``field operations''? etc.). I think an example will go a long way towards making this clear.