From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34038 invoked by alias); 8 Nov 2017 22:15:35 -0000 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 Received: (qmail 19949 invoked by uid 89); 8 Nov 2017 22:15:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=worry!, disclosure X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Nov 2017 22:15:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 36C5F56262; Wed, 8 Nov 2017 17:15:18 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12AJBtvqzAX1; Wed, 8 Nov 2017 17:15:18 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0650456153; Wed, 8 Nov 2017 17:15:18 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 34E2783060; Wed, 8 Nov 2017 14:15:16 -0800 (PST) Date: Wed, 08 Nov 2017 22:15:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Keith Seitz , gdb-patches@sourceware.org Subject: Re: [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching Message-ID: <20171108221516.d6sl2fy5it7l5q2n@adacore.com> References: <1496406158-12663-1-git-send-email-palves@redhat.com> <1496406158-12663-26-git-send-email-palves@redhat.com> <596E6C31.1060908@redhat.com> <918c8d65-4c5d-7c04-c2a3-736b7a20d454@redhat.com> <1fa29e48-cbcd-0b88-41ad-f2bd05650b00@redhat.com> <16094f7b-9416-5cda-78fb-7a8d48043e66@redhat.com> <9ab010e3-5873-494b-4296-2c46f847f080@redhat.com> <2b13a06f-d6d5-45d1-c0a0-0efb289a9131@redhat.com> <20171101153810.dc5r27oen5edfwbe@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2017-11/txt/msg00194.txt.bz2 > Phew! I admit that I was worried about your internal > testsuites. :-) :-). For full disclosure, I am operating under a bit of a degraded mode, at the moment (testsuite not clean to start with when running against the FSF/master), but if there are regressions, I will take care of investigating them when they show up. Not to worry! -- Joel