From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8580 invoked by alias); 4 Jun 2014 17:11:36 -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 8563 invoked by uid 89); 4 Jun 2014 17:11:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp15.uk.ibm.com Received: from e06smtp15.uk.ibm.com (HELO e06smtp15.uk.ibm.com) (195.75.94.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 04 Jun 2014 17:11:30 +0000 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 4 Jun 2014 18:11:26 +0100 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 4 Jun 2014 18:11:24 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id CC59E1B0804B for ; Wed, 4 Jun 2014 18:11:47 +0100 (BST) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps4075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s54HBOW428311708 for ; Wed, 4 Jun 2014 17:11:24 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s54HBNBD022844 for ; Wed, 4 Jun 2014 11:11:24 -0600 Received: from br87z6lw.de.ibm.com (dyn-9-152-212-188.boeblingen.de.ibm.com [9.152.212.188]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s54HBNeG022840; Wed, 4 Jun 2014 11:11:23 -0600 From: Andreas Arnez To: Omair Javaid Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 2/7] Fixes for aarch64-linux gdb core file support References: <1401898871-2270-1-git-send-email-omair.javaid@linaro.org> <1401898871-2270-3-git-send-email-omair.javaid@linaro.org> Date: Wed, 04 Jun 2014 17:11:00 -0000 In-Reply-To: <1401898871-2270-3-git-send-email-omair.javaid@linaro.org> (Omair Javaid's message of "Wed, 4 Jun 2014 21:21:06 +0500") Message-ID: <87y4xc4n2c.fsf@br87z6lw.de.ibm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14060417-0342-0000-0000-00000907DD01 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00191.txt.bz2 On Wed, Jun 04 2014, Omair Javaid wrote: > This patch fixes aarch64 linux core file support by adding/updating > aarch64-linux supply/collect methods for aarch64 register set. Have you looked at that patch? https://sourceware.org/ml/gdb-patches/2014-05/msg00637.html Apart from 'core_regset_sections', I believe it provides the same functionality as this patch, right?