Re: Interpreting LSDA information

2007-05-29 Thread Ian Lance Taylor
Yaakov Yaari <[EMAIL PROTECTED]> writes: > LSDA (Language Specific Data Area) is used to store exception handling > information at the exception catch site, see > http://www.codesourcery.com/cxx-abi/exceptions.pdf. > > For various kinds of binary analyzers (translators, optimizers) it is > useful

Interpreting LSDA information

2007-05-29 Thread Yaakov Yaari
Hi, LSDA (Language Specific Data Area) is used to store exception handling information at the exception catch site, see http://www.codesourcery.com/cxx-abi/exceptions.pdf. For various kinds of binary analyzers (translators, optimizers) it is useful to be able to interpret the LSDA of a given C++