From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15680 invoked by alias); 16 Sep 2014 12:13:38 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 15662 invoked by uid 89); 16 Sep 2014 12:13:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_40 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 16 Sep 2014 12:13:37 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A6E16116154; Tue, 16 Sep 2014 08:13:35 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id U89+o9Rx7GBL; Tue, 16 Sep 2014 08:13:35 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 810E2116126; Tue, 16 Sep 2014 08:13:35 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id B2D0B40E17; Tue, 16 Sep 2014 05:13:34 -0700 (PDT) Date: Tue, 16 Sep 2014 12:13:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Gareth McMullin , gdb@sourceware.org Subject: Re: question about ARM watchpoints Message-ID: <20140916121334.GT4962@adacore.com> References: <20140901085743.GG4981@adacore.com> <540903B0.3000009@redhat.com> <20140905035127.GA27655@adacore.com> <540971A1.2040506@redhat.com> <54098681.9000807@redhat.com> <54181C65.6050705@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54181C65.6050705@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-09/txt/msg00061.txt.bz2 > > Like this? This "hopefully" is failing on ARMv7-M currently. > > > > Passes on x86-64 native and gdbserver. > > > > Also uploaded to: > > > > git@github.com:palves/gdb.git palves/hw_watch_test > > Hey guys, I guess I should just push it in (and post it to gdb-patches) ? Sorry! I forgot about this clever little testcase. Agreed! -- Joel