From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17341 invoked by alias); 30 May 2002 07:42:19 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17313 invoked from network); 30 May 2002 07:42:17 -0000 Received: from unknown (HELO kerberos.suse.cz) (195.47.106.10) by sources.redhat.com with SMTP; 30 May 2002 07:42:17 -0000 Received: from chimera.suse.cz (chimera.suse.cz [10.20.0.2]) by kerberos.suse.cz (SuSE SMTP server) with ESMTP id 9B89659D3BD; Thu, 30 May 2002 09:42:15 +0200 (CEST) Received: from suse.cz (naga.suse.cz [10.20.1.16]) by chimera.suse.cz (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id g4U7gFl24413; Thu, 30 May 2002 09:42:15 +0200 X-Authentication-Warning: chimera.suse.cz: Host naga.suse.cz [10.20.1.16] claimed to be suse.cz Message-ID: <3CF5D7D7.40107@suse.cz> Date: Thu, 30 May 2002 00:42:00 -0000 From: Michal Ludvig Organization: SuSE CR User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510 X-Accept-Language: cs, cz, en MIME-Version: 1.0 To: Richard Henderson Cc: gcc@gcc.gnu.org, gdb Subject: Re: What is LSDA? References: <3CF4CC74.9050307@suse.cz> <20020529110320.I4168@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00327.txt.bz2 Richard Henderson wrote: > On Wed, May 29, 2002 at 02:41:24PM +0200, Michal Ludvig wrote: > >>In dwarf-2 debug_frame generated by GCC 3.1 I can sometimes see an >>augmentation "L"... > > Wait.. You're seeing this in .debug_frame? That's not right. > It should only be present in .eh_frame. You're right. It appears in .eh_frame only. What other differences can I expect between eh_frame and debug_frame? For now I handle both of them almost in the same way. Exceptions are: Different CIE-id, different way of finding the right CIE for a given FDE, and from now on ignoring LSDA in eh_frame. Is there something else? Michal Ludvig -- * SuSE CR, s.r.o * mludvig@suse.cz * +420 2 9654 5373 * http://www.suse.cz