From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28704 invoked by alias); 16 Sep 2013 14:23:04 -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 28687 invoked by uid 89); 16 Sep 2013 14:23:03 -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; Mon, 16 Sep 2013 14:23:03 +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 tp5so7692030ieb.12 for ; Mon, 16 Sep 2013 07:23:01 -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=4qn38f4nF6vSb1wZbDaU754S/QwmdVzvUkgZE0ldlYQ=; b=YNWwyKN0BIx2Q/NGtTRUa7xxpS+JQWrNjn/bmC41emKjd9wOVSZuXyjutWWLLObsqy Jlg71JVlT9Mau8BTp/Je3OlV1pIa6yVG6PSQfSItSIYyFtiG7aJf8aWd61rT/ztNyIxI uqmWguSvWThBE2ken+qAubRBs6E3amFACCNcedO6ksDLkwLIx7k3QGuBwCduCKdMPG1x xQ/8JhOApwS5JllvtFiQ/dCwZVnNIEjVKURwA+ahN85V+uR8jm3hy4DUiXF5uvO2TEXX tok1OHlrezECQ7Rtd3UbeIBlM7rX3j8HxdJmaaO8uj4pslMzgBc9YJuvTjOw/5rRXAkL zEFg== X-Gm-Message-State: ALoCoQmxK0q5yQOjNpnc2VvwWXcjEdYe0e6gQpxkgAwy2oML5srjGPwBVw3ta9EatksUSa8XEZ7n MIME-Version: 1.0 X-Received: by 10.50.126.74 with SMTP id mw10mr6399889igb.24.1379341381414; Mon, 16 Sep 2013 07:23:01 -0700 (PDT) Received: by 10.64.235.65 with HTTP; Mon, 16 Sep 2013 07:23:01 -0700 (PDT) In-Reply-To: <52370720.5090508@redhat.com> References: <5231DFF8.3030203@linaro.org> <52370720.5090508@redhat.com> Date: Mon, 16 Sep 2013 14:23:00 -0000 Message-ID: Subject: Re: [PATCH] gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs. From: Will Newton To: Pedro Alves Cc: "gdb-patches@sourceware.org" , Patch Tracking Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00449.txt.bz2 On 16 September 2013 14:26, Pedro Alves wrote: > On 09/12/2013 04:38 PM, Will Newton wrote: >> 2013-09-12 Will Newton >> >> * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero >> out regs. > > OK. Thanks, applied. OK for the 7.6 branch? -- Will Newton Toolchain Working Group, Linaro