From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2135 invoked by alias); 8 Feb 2017 17:59:13 -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 1324 invoked by uid 89); 8 Feb 2017 17:59:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:115, you! X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Feb 2017 17:59:11 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 21DBE82914; Wed, 8 Feb 2017 18:59:09 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ioIco4Z9kf-8; Wed, 8 Feb 2017 18:59:09 +0100 (CET) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by smtp.eu.adacore.com (Postfix) with ESMTP id EAE6E82913; Wed, 8 Feb 2017 18:59:08 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 560) id C8FFA1EA0069; Wed, 8 Feb 2017 18:59:08 +0100 (CET) Date: Wed, 08 Feb 2017 17:59:00 -0000 From: Jerome Guitton To: Pedro Alves Cc: Simon Marchi , gdb-patches@sourceware.org Subject: Re: [RFA] completion in command definition Message-ID: <20170208175908.GW21610@adacore.com> References: <20170111160518.GH27546@adacore.com> <677c2a720f77b21fd672c24efc41c878@polymtl.ca> <20170112100506.GK27546@adacore.com> <41f19570-04ab-cd04-eeb3-77170d258c43@redhat.com> <20170131142910.GA22056@adacore.com> <5e5f54dc-94f8-37a7-e081-4e729fe71938@redhat.com> <20170131152907.GM6665@adacore.com> <20170131160428.GO6665@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2017-02/txt/msg00201.txt.bz2 Pedro Alves (palves@redhat.com): > LGTM. Thank you! Patch committed.