From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3367 invoked by alias); 10 Sep 2013 14:38:00 -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 3352 invoked by uid 89); 10 Sep 2013 14:37:59 -0000 Received: from mail-ie0-f181.google.com (HELO mail-ie0-f181.google.com) (209.85.223.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 10 Sep 2013 14:37:59 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f181.google.com Received: by mail-ie0-f181.google.com with SMTP id y16so10387145ieg.26 for ; Tue, 10 Sep 2013 07:37:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=VngApwaW2Y5z2u8iwYNf1VqGqWHmlCgrl1je36lw7o4=; b=IdODf6hO1GimpnQ6OqoXIxN06t4bsyVZcId8iXic3G5INEXXrAPEK5SD0HiO+j8aYi Ec8ArrIJ7uSVIqEysP+fZdGiKWepxEti20TKqju2bFOlsDg/QjVsG3kKVW/xOsqPZYQU 3pJCXwP5sia65jwbwRQnvzQMWJRR/+B45ZzgzWKiqC5Vi1bgwtEfrAiwVGCNe9rR19h6 8OaurOwl3z5+kVMNs+ZSdn0m9r7jnit9QqT4tD7uKnxoJhF45IxPVmuFBmCWDFvd59s1 BtTOGxPSXtbxrNkUEoL/3C4L0+zR8Zqoj63dFJRBgEYWy2CEBNGfDw9K0umKgeg5kze/ aL3Q== X-Gm-Message-State: ALoCoQmbRQk4Je7KaZWbEhRc8OVvhqvo1koEgxuOWrOEm1tXgWouVDXVzw1DX0oX/8R1ho7DZdmU MIME-Version: 1.0 X-Received: by 10.50.98.70 with SMTP id eg6mr10700707igb.54.1378823868375; Tue, 10 Sep 2013 07:37:48 -0700 (PDT) Received: by 10.64.23.35 with HTTP; Tue, 10 Sep 2013 07:37:48 -0700 (PDT) In-Reply-To: References: <87k3kbbsbz.fsf@igel.home> Date: Tue, 10 Sep 2013 14:38:00 -0000 Message-ID: Subject: Re: [PATCH/AARCH64] Fix hardware break points From: Will Newton To: Andrew Pinski Cc: Andreas Schwab , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00336.txt.bz2 On 27 July 2013 23:42, Andrew Pinski wrote: Hi Andrew, > On Sat, Jul 27, 2013 at 2:34 PM, Andreas Schwab wrote: >> Andrew Pinski writes: >> >>> OK? Built and tested on aarch64-linux-gnu with no regressions. >> >> Did you? >> >>> + memset (®s, 0, size(regs)); > > This is what I get for copying and pasting from one source file to another. > > Here is the fixed one which was definitely tested. What's the status of this patch? It seems like it fixes real problems people are seeing in the field. Thanks, -- Will Newton Toolchain Working Group, Linaro