From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5451 invoked by alias); 25 Nov 2013 15:46:27 -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 5440 invoked by uid 89); 25 Nov 2013 15:46:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-ie0-f175.google.com Received: from Unknown (HELO mail-ie0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 25 Nov 2013 15:46:26 +0000 Received: by mail-ie0-f175.google.com with SMTP id x13so6977344ief.20 for ; Mon, 25 Nov 2013 07:46:18 -0800 (PST) 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=72X72fHnJYAHhVugtI9cR7v09aoxyG2Zh3BhG3i+K1U=; b=W1ZX98+p6wsr/L+uRkUtDEB9l3l9n4yuVejG+Lh/BRO2YsjFfNaExOFKwjoICovDNL o/gn7UBelPTP4JoVFWbawv4V9ESKapSp1MdQJxh599aAYjZ+vALr3sFN4p2HJACAAv7O Zw/VKHH+nw44Iz10jkLsvZ9279cnHQrqkX4t0i7A49V6+WBoXarzol2HCaI/quJjosJN I2QrHarkuuJE0vwnTBA6OYbIf8U1zlSLElg7AISg0aGbH3ZSkaTY2HeolvqS5HPUOWQN Quruoddl06ONhJtl2c+ih4MGkOuvsi2Uou0MsQN6MzcKHOBFsQljm2tuvC8nvMDjg4sh X6UQ== X-Gm-Message-State: ALoCoQkBMLFwNkxzv+1/POIcCPG895M/sd1fySovC6a2eYP1NeV8OeIyMYvmQRUh5fFIi0xLfXa5 MIME-Version: 1.0 X-Received: by 10.42.214.202 with SMTP id hb10mr670084icb.76.1385394378676; Mon, 25 Nov 2013 07:46:18 -0800 (PST) Received: by 10.64.20.52 with HTTP; Mon, 25 Nov 2013 07:46:18 -0800 (PST) In-Reply-To: <20131125152414.GG3114@adacore.com> References: <20131125125128.GA3153@adacore.com> <20131125130250.GE3114@adacore.com> <20131125152414.GG3114@adacore.com> Date: Mon, 25 Nov 2013 15:55:00 -0000 Message-ID: Subject: Re: gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs From: Will Newton To: Joel Brobecker Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00784.txt.bz2 On 25 November 2013 15:24, Joel Brobecker wrote: >> >> > 2. The gdb-side patch in not part of the gdb_7_6-branch; >> >> > is that what we want? >> >> >> >> Not really! I believed that the gdb patch had been committed to the >> >> stable branch but later discovered that it hadn't. As the stable >> >> branch appeared to be dormant I didn't follow up on it. Ideally both >> >> patches should be applied and if we are going to do another release >> >> I'm happy to cherry pick it across. >> > >> > Let's do that, then. I think it'll make better sense for the user, >> > and it'll also be easier to describe the extent of the problem being >> > fixed. >> >> Just to confirm - this patch should be applied to the gdb_7_6-branch in CVS? > > In the git repository, actually (CVS is closed, and I will be making > the new release using the git repo). Ok, cherry-picked and pushed. I also updated the wiki. Unfortunately there doesn't seem to be a PR for the issue. -- Will Newton Toolchain Working Group, Linaro