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~