From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105831 invoked by alias); 26 Feb 2016 20:10:55 -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 105808 invoked by uid 89); 26 Feb 2016 20:10:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Hx-languages-length:525, unwinding X-HELO: usplmg21.ericsson.net Received: from usplmg21.ericsson.net (HELO usplmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 26 Feb 2016 20:10:54 +0000 Received: from EUSAAHC004.ericsson.se (Unknown_Domain [147.117.188.84]) by usplmg21.ericsson.net (Symantec Mail Security) with SMTP id 04.10.32102.131B0D65; Fri, 26 Feb 2016 21:10:25 +0100 (CET) Received: from elxa4wqvvz1 (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.84) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 26 Feb 2016 15:10:51 -0500 References: <1452188697-23870-1-git-send-email-antoine.tremblay@ericsson.com> <1452188697-23870-2-git-send-email-antoine.tremblay@ericsson.com> <86io1ung0a.fsf@gmail.com> <56CEE928.2080704@redhat.com> <86si0fbzto.fsf@gmail.com> <86h9gvblbn.fsf@gmail.com> User-agent: mu4e 0.9.17; emacs 24.4.1 From: Antoine Tremblay To: Yao Qi CC: Antoine Tremblay , Pedro Alves , Subject: Re: [PATCH 1/4] Teach arm unwinders to terminate gracefully In-Reply-To: <86h9gvblbn.fsf@gmail.com> Date: Fri, 26 Feb 2016 20:10:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00880.txt.bz2 Yao Qi writes: > Antoine Tremblay writes: > >>> I am afraid not. We should try this approach, because this will benefit >>> all targets. IMO, handling unavailable memory in general frame >>> unwinding is more important. >> >> So you intend to work on this ? > > I'd like to add it to my todo list, but I don't mind someone else picks > it up. Just so that there is no confusion, I do not indend to pick this up. Regards, Antoine