This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: What is LSDA?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]