From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59617 invoked by alias); 20 Jun 2016 14:40:17 -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 58960 invoked by uid 89); 20 Jun 2016 14:40:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:2016062 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 20 Jun 2016 14:40:16 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DBC41C04B337; Mon, 20 Jun 2016 14:40:14 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u5KEeDYX016164; Mon, 20 Jun 2016 10:40:14 -0400 Subject: Re: [patch] aarch64: PR 19806: watchpoints: false negatives -> false positives To: Jan Kratochvil References: <20160606075945.GA19395@host1.jankratochvil.net> <86eg89w2sr.fsf@gmail.com> <48622de4-dc45-c48f-7172-495b669f2334@redhat.com> <86a8ixvx5k.fsf@gmail.com> <7fabd183-eb46-e916-77f2-f62d5c4e4ce7@redhat.com> <86oa7bvdi0.fsf@gmail.com> <4f4d2f70-3931-6467-37c7-f97f99ad5c63@redhat.com> <380b5288-f46f-3e20-c9c3-8cc8738ee322@redhat.com> <20160619182909.GA9883@host1.jankratochvil.net> <20160620141253.GA15735@host1.jankratochvil.net> Cc: Yao Qi , gdb-patches@sourceware.org From: Pedro Alves Message-ID: Date: Mon, 20 Jun 2016 14:40:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160620141253.GA15735@host1.jankratochvil.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-06/txt/msg00329.txt.bz2 On 06/20/2016 03:12 PM, Jan Kratochvil wrote: > It really does not matter in which order the watchpoints are because only one > watchpoint range (Hardware watchpoint 3) does match the reported address. OK. > > Please verify the technical topics you are unsure about before correcting > people. Wow, seriously. That's truly uncalled for, and not very constructive. Thanks, Pedro Alves