From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18436 invoked by alias); 24 Nov 2005 22:37:57 -0000 Received: (qmail 18429 invoked by uid 22791); 24 Nov 2005 22:37:56 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 Nov 2005 22:37:55 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jAOMbpwa023125; Thu, 24 Nov 2005 23:37:52 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jAOMbpuw028299; Thu, 24 Nov 2005 23:37:51 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jAOMbpxi014472; Thu, 24 Nov 2005 23:37:51 +0100 (CET) Date: Fri, 25 Nov 2005 08:27:00 -0000 Message-Id: <200511242237.jAOMbpxi014472@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: christophe.lyon@st.com CC: gdb-patches@sources.redhat.com In-reply-to: <43842C4F.8070405@st.com> (message from Christophe LYON on Wed, 23 Nov 2005 09:46:07 +0100) Subject: Re: [RFC] add offset support to DWARF2_FRAME_REG_CFA References: <4382E5B0.3030702@st.com> <200511221859.jAMIxvQv003229@elgar.sibelius.xs4all.nl> <43842C4F.8070405@st.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00448.txt.bz2 > Date: Wed, 23 Nov 2005 09:46:07 +0100 > From: Christophe LYON > > Mark Kettenis wrote: > >>Date: Tue, 22 Nov 2005 10:32:32 +0100 > >>From: Christophe LYON > >> > >>Hi all, > >> > >>Following a discussion we had back in july, I would like to submit the > >>following small patch. It enables to describe that SP = CFA + offset, > >>rather than only SP = CFA. > > > > > > Hmm, I can't really remember the discussion. Do you have a pointer > > into the list archives for me? > > > Of course. It starts here: > http://sources.redhat.com/ml/gdb/2005-07/msg00113.html Thanks! You seemed to have forgotten about my suggestion to introduce DWARF2_FRAME_REG_CFA_OFFSET. The problem is that as-is, your patch seems to break sparc64 and cris. By introducing DWARF2_FRAME_CFA_OFFSET all existing code will be safe. Mark