From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6626 invoked by alias); 1 Sep 2014 19:38:23 -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 6569 invoked by uid 89); 1 Sep 2014 19:38:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f44.google.com Received: from mail-oa0-f44.google.com (HELO mail-oa0-f44.google.com) (209.85.219.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 01 Sep 2014 19:38:21 +0000 Received: by mail-oa0-f44.google.com with SMTP id o6so4093266oag.17 for ; Mon, 01 Sep 2014 12:38:19 -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:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=VukyloQ9d4FbsGPaQCH//RA64dHAR84fzXBWZCd6HYc=; b=ZE57NudOjzpyaZGbvPyRcnmTma8bluXoRsDObqafmOReblT9XWa3gBzCkAzn/xeS5c 7nFL2wYilWLMPhhYak16X41r90TfR12xWxZ2cc0YJ6t//J5tdR3fyYByvyj/igKxpfd9 +i37z7u91ooZcZtuu17bn/LqfLXdUGrjZrlfBnB0BgUoj8/sslecG7szDXGhWqXUkZ0P pkKyt6H+WA+OyXoviPJEW/sY6KFzs+sbQDw5R2tTi4n88b+pnp/XUBBekJiprXd0sPl1 i8MaHPwja1wvOWKPFx8bXsl1vJ8UwsTWJ3GIrY6A86xL5pwoxgjYjujnnbFayWQ9kGyS KRxg== X-Gm-Message-State: ALoCoQlhlhqFMnFRGNBXHs6yemGWTGZgDZl5j5CIDZ43UhB0Yz8E85Xp3IAs8E3ypK/Rc5AwxC6Z X-Received: by 10.202.104.18 with SMTP id d18mr261690oic.44.1409600299127; Mon, 01 Sep 2014 12:38:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.140.40 with HTTP; Mon, 1 Sep 2014 12:37:58 -0700 (PDT) In-Reply-To: <87oav28z34.fsf@codesourcery.com> References: <1409233743-26944-1-git-send-email-omair.javaid@linaro.org> <87oav28z34.fsf@codesourcery.com> From: Omair Javaid Date: Mon, 01 Sep 2014 19:38:00 -0000 Message-ID: Subject: Re: [PATCH 2/7] Fixes for aarch64-linux core file support To: Yao Qi Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00029.txt.bz2 On 30 August 2014 07:56, Yao Qi wrote: > Omair Javaid writes: > >> 2014-08-28 Omair Javaid >> >> * aarch64-linux-tdep.c (aarch64_linux_init_abi): Install AArch64 > ^^ > One redundant space. OK. > >> register note sections. >> (struct core_regset_section aarch64_linux_regset_sections[]): Decl= are >> AArch64 register note sections. > > I don't understand how does this patch relate to your whole patch > series, which is about process record and reverse debugging for > aarch64. If it is not related, please submit separately with a NEWS > entry for it. Record/Replay requires corefiles support as pre-req, record data is stored in the form of core files. > > -- > Yao (=E9=BD=90=E5=B0=A7)