From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10309 invoked by alias); 6 May 2019 17:21:10 -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 10300 invoked by uid 89); 6 May 2019 17:21:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:256 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 May 2019 17:21:09 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3429A300181F; Mon, 6 May 2019 17:21:08 +0000 (UTC) Received: from host1.jankratochvil.net (unknown [10.36.118.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 42C525DAAC; Mon, 6 May 2019 17:21:07 +0000 (UTC) Date: Mon, 06 May 2019 17:21:00 -0000 From: Jan Kratochvil To: Tom de Vries Cc: gdb-patches@sourceware.org, Pedro Alves Subject: Re: [PATCH][gdb/testsuite] Fix .debug_aranges in watch-loc.c Message-ID: <20190506172104.GB328271@host1.jankratochvil.net> References: <20190506163738.GA16778@delia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190506163738.GA16778@delia> User-Agent: Mutt/1.11.3 (2019-02-01) X-SW-Source: 2019-05/txt/msg00174.txt.bz2 On Mon, 06 May 2019 18:37:40 +0200, Tom de Vries wrote: > OK for trunk? I do not have it reproducible on Fedora 29 x86_64 but I agree it is correct. I do not have GDB approval permission. Jan