From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27486 invoked by alias); 13 Feb 2013 15:21:41 -0000 Received: (qmail 27413 invoked by uid 22791); 13 Feb 2013 15:21:39 -0000 X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ob0-f176.google.com (HELO mail-ob0-f176.google.com) (209.85.214.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Feb 2013 15:21:30 +0000 Received: by mail-ob0-f176.google.com with SMTP id v19so1312423obq.7 for ; Wed, 13 Feb 2013 07:21:30 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.194.2 with SMTP id hs2mr16474654obc.97.1360768890358; Wed, 13 Feb 2013 07:21:30 -0800 (PST) Received: by 10.60.155.205 with HTTP; Wed, 13 Feb 2013 07:21:30 -0800 (PST) In-Reply-To: <511BADDB.3030703@redhat.com> References: <20130207163339.19427.73350.stgit@brno.lan> <20130207165907.GB15297@host2.jankratochvil.net> <51195E18.1010008@redhat.com> <511A372F.80006@redhat.com> <511BA106.8030103@arm.com> <511BADDB.3030703@redhat.com> Date: Wed, 13 Feb 2013 15:21:00 -0000 Message-ID: Subject: Re: [PATCH] [native x86 GNU/Linux] Access debug register mirror from the corresponding inferior. From: Marcus Shawcroft To: Pedro Alves Cc: Yufeng Zhang , Marcus Shawcroft , GDB Patches Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2013-02/txt/msg00310.txt.bz2 > I'll send you an aarch64 version of this patch, unless you've > already started porting the necessary bits over. We were just about to get started... but if you have a patch in hand that would be great! > I think the only difference on AArch64 will be this comment: > Where I assume all AArch64 kernels zero the debug registers, so > that part of the comment gets dropped. Yes. Cheers /Marcus