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?


On Wed, May 29, 2002 at 02:41:24PM +0200, Michal Ludvig wrote:
> My questions are:
> - What is LSDA for?
> - When does GCC generate it?

It's data in some opaque format to be consumed by the language's
exception personality routine to decide whether and where an 
exception should be handled.

> - Should I support it in GDB? Do I need it for something?

No.


r~


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