From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25124 invoked by alias); 30 Jan 2012 11:25:45 -0000 Received: (qmail 25087 invoked by uid 22791); 30 Jan 2012 11:25:44 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Jan 2012 11:25:29 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0UBPFRn010903 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 30 Jan 2012 06:25:15 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q0UBPEEs004324; Mon, 30 Jan 2012 06:25:14 -0500 Message-ID: <4F267E1A.7000409@redhat.com> Date: Mon, 30 Jan 2012 11:36:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Joel Brobecker CC: Jan Kratochvil , gdb-patches@sourceware.org Subject: Re: [RFA/commit] Rename la_get_symbol_name_match_p into la_get_symbol_name_cmp References: <1327906522-19961-1-git-send-email-brobecker@adacore.com> <20120130070053.GA5994@host2.jankratochvil.net> <20120130071346.GC31383@adacore.com> In-Reply-To: <20120130071346.GC31383@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2012-01/txt/msg00983.txt.bz2 On 01/30/2012 07:13 AM, Joel Brobecker wrote: > Thanks for spotting the missing changes... > >> On Mon, 30 Jan 2012 07:55:22 +0100, Joel Brobecker wrote: >>> unless there are better naming suggestions? >> >> Maybe "la_get_symbol_name_no_match"? As you note yourself: > > It's an interesting suggestion, but it introduces double-negatives, > and I'd rather not do that. Did you consider keeping the name, but reverse the return logic to be what one would expect instead (return true/false for match)? -- Pedro Alves