From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24316 invoked by alias); 26 Jun 2019 07:21:58 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 24302 invoked by uid 89); 26 Jun 2019 07:21:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-8.6 required=5.0 tests=AWL,BAYES_00,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 spammy=Han X-Spam-Status: No, score=-8.6 required=5.0 tests=AWL,BAYES_00,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: smtp2200-217.mail.aliyun.com Received: from smtp2200-217.mail.aliyun.com (HELO smtp2200-217.mail.aliyun.com) (121.197.200.217) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Jun 2019 07:21:55 +0000 X-Alimail-AntiSpam:AC=CONTINUE;BC=0.08803682|-1;CH=green;DM=CONTINUE|CONTINUE|true|0.219368-0.00969476-0.770937;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03303;MF=han_mao@c-sky.com;NM=1;PH=DS;RN=2;RT=2;SR=0;TI=SMTPD_---.EqIYG02_1561533712; Received: from localhost(mailfrom:han_mao@c-sky.com fp:SMTPD_---.EqIYG02_1561533712) by smtp.aliyun-inc.com(10.147.41.178); Wed, 26 Jun 2019 15:21:52 +0800 Date: Wed, 26 Jun 2019 07:21:00 -0000 From: Mao Han To: Mark Wielaard Cc: elfutils-devel@sourceware.org Subject: Re: [PATCH V2 0/2] Add C-SKY support Message-ID: <20190626071913.GA6103@vmh-VirtualBox> References: <4c84fd5a45f6f9ac5f12c68bbc848bb66e96169c.camel@klomp.org> <20190417064110.GA5043@vmh-VirtualBox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2019-q2/txt/msg00125.txt.bz2 On Tue, Jun 25, 2019 at 12:26:55AM +0200, Mark Wielaard wrote: > Hi, > > On Wed, 2019-04-17 at 14:41 +0800, Mao Han wrote: > > I'v just spent sometime debuging this. Core dump backtrace on C-SKY > > seems > > can't be supported with current generic routine. DWARF register order is > > different from the order in core notes. The initialization of frame > > registers is totally incorrect. As the comment says some fix with > > private function is needed. > > My apologies for taking so long to reply. I am looking at your latest > patch and found this discussion. It will take me a bit to properly > review everything. But I didn't forget. Thanks for remembering that and the careful review, looking forward to seeing the review comments :). Best Regards, Mao Han