From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71279 invoked by alias); 28 Aug 2018 21:37:31 -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 71269 invoked by uid 89); 28 Aug 2018 21:37:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=reviews X-HELO: mailsec117.isp.belgacom.be Received: from mailsec117.isp.belgacom.be (HELO mailsec117.isp.belgacom.be) (195.238.20.113) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Aug 2018 21:37:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1535492248; x=1567028248; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=0M+h2CX99UU0bL48MIXS1EdxyVE4EXK38cHqAEN4fqQ=; b=qispU2CIhmN1KrvoMhzVVGflOI+1y4lGiIPkkovNyGGejEudGW2oEyov MDopzvMAi4wMqrzVZ5Z0MlrVDpDSUg==; Received: from unknown (HELO md) ([109.134.142.232]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 28 Aug 2018 23:37:26 +0200 Message-ID: <1535492245.7778.6.camel@skynet.be> Subject: Re: [RFAv2 1/2] Fix regression for multi breakpoints command line clearing. From: Philippe Waroquiers To: Tom Tromey Cc: gdb-patches@sourceware.org Date: Tue, 28 Aug 2018 21:37:00 -0000 In-Reply-To: <87h8je7aa0.fsf@tromey.com> References: <20180826154708.28601-1-philippe.waroquiers@skynet.be> <20180826154708.28601-2-philippe.waroquiers@skynet.be> <87h8je7aa0.fsf@tromey.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00714.txt.bz2 On Tue, 2018-08-28 at 09:58 -0600, Tom Tromey wrote > This is ok. I think it should go on the 8.2 branch as well. Pushed the series to master and 8.2 branch. Thanks to Pedro and Tom for the reviews. Philippe