From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50227 invoked by alias); 25 Jun 2019 17:42:51 -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 50187 invoked by uid 89); 25 Jun 2019 17:42:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mailsec113.isp.belgacom.be Received: from mailsec113.isp.belgacom.be (HELO mailsec113.isp.belgacom.be) (195.238.20.109) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Jun 2019 17:42:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1561484568; x=1593020568; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=4DH5APPH0XljCFntqnPVo67TyzcQVkpGu59uH1/JH24=; b=MddPcUBDYUg8NK30GiPapwMlMFKc02l6STsFX8G240e82uvE7dd9UYNx lVmLzjHnwrh2ZGucwHnu8qN35acAHA==; Received: from 96.218-128-109.adsl-dyn.isp.belgacom.be (HELO md) ([109.128.218.96]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 25 Jun 2019 19:42:45 +0200 Message-ID: <1561484565.1430.1.camel@skynet.be> Subject: Re: [RFA] Fix alias command not detecting non matching prefix & sometimes asserting. From: Philippe Waroquiers To: Tom Tromey Cc: gdb-patches@sourceware.org Date: Tue, 25 Jun 2019 17:42:00 -0000 In-Reply-To: <87a7e590uw.fsf@tromey.com> References: <20190623154106.13224-1-philippe.waroquiers@skynet.be> <87a7e590uw.fsf@tromey.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00582.txt.bz2 On Tue, 2019-06-25 at 08:49 -0600, Tom Tromey wrote: > > > > > > "Philippe" == Philippe Waroquiers writes: > > Philippe> gdb/ChangeLog > Philippe> 2019-06-23 Philippe Waroquiers > > Philippe> * cli/cli-cmds.c (alias_command): Compare the alias prefix > Philippe> with the command prefix. > > Philippe> gdb/testsuite/ChangeLog > Philippe> 2019-06-23 Philippe Waroquiers > > Philippe> * gdb.base/alias.exp: Test non matching/non existing prefixes. > > Thank you for the patch. This is ok. Thanks for the review, pushed (after updating the ChangeLogs ...) Philippe