From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9262 invoked by alias); 17 Nov 2008 20:02:26 -0000 Received: (qmail 9109 invoked by uid 22791); 17 Nov 2008 20:02:25 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Nov 2008 20:01:44 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id BA3FC10DB0; Mon, 17 Nov 2008 20:01:42 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 876C610D50; Mon, 17 Nov 2008 20:01:42 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1L2AI0-0004u2-Uq; Mon, 17 Nov 2008 15:01:40 -0500 Date: Tue, 18 Nov 2008 01:32:00 -0000 From: Daniel Jacobowitz To: Ulrich Weigand Cc: Doug Evans , gdb-patches@sourceware.org Subject: Re: [RFA] fix popping of dummy frame if inferior gets signal with unwindonsignal Message-ID: <20081117200140.GA18828@caradoc.them.org> Mail-Followup-To: Ulrich Weigand , Doug Evans , gdb-patches@sourceware.org References: <20081116011325.DE3CB4125E1@localhost> <200811171950.mAHJoD5O012390@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200811171950.mAHJoD5O012390@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes 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 X-SW-Source: 2008-11/txt/msg00443.txt.bz2 On Mon, Nov 17, 2008 at 08:50:13PM +0100, Ulrich Weigand wrote: > I'm not sure what the point is of having two copies of the regcache > preserved across the full extent of the inferior call ... Maybe in case we get to somewhere we can not backtrace from? -- Daniel Jacobowitz CodeSourcery