From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53348 invoked by alias); 26 May 2015 11:41:57 -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 53338 invoked by uid 89); 26 May 2015 11:41:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,NO_DNS_FOR_FROM autolearn=no version=3.3.2 X-HELO: mail-pa0-f48.google.com Received: from Unknown (HELO mail-pa0-f48.google.com) (209.85.220.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 26 May 2015 11:41:31 +0000 Received: by pacwv17 with SMTP id wv17so90924390pac.2 for ; Tue, 26 May 2015 04:41:24 -0700 (PDT) X-Received: by 10.68.231.98 with SMTP id tf2mr48793173pbc.12.1432640484126; Tue, 26 May 2015 04:41:24 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id ps7sm12833071pbb.18.2015.05.26.04.41.21 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 26 May 2015 04:41:23 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [PATCH 2/4] Implements aarch64 process record and reverse debugging support References: <1432041752-4638-1-git-send-email-yao.qi@linaro.org> <1432041752-4638-3-git-send-email-yao.qi@linaro.org> <555E3EAE.2080107@redhat.com> Date: Tue, 26 May 2015 11:41:00 -0000 In-Reply-To: <555E3EAE.2080107@redhat.com> (Pedro Alves's message of "Thu, 21 May 2015 21:23:10 +0100") Message-ID: <86h9qzr2g2.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00635.txt.bz2 Pedro Alves writes: > Off by one? > Oh, good catch. It should be: * linux-record.h (struct linux_record_tdep) : New field. > Looked fine to me otherwise (I just skimmed it; didn't really look at > anything aarch64 specific in detail). Thanks for looking at them... I'll push them in. --=20 Yao (=E9=BD=90=E5=B0=A7)