On 15/02/2010 18:07, Xiaolong Tang wrote:
> May someone give
> me a brief introduction on how GCC processes C++ exceptions or recommend
> some docs about exception handling?
http://gcc.gnu.org/wiki/Dwarf2EHNewbiesHowto
cheers,
DaveK
... I would suggest first reading this document, in detail:
http://www.codesourcery.com/public/cxx-abi/
and then asking very specific questions.
Paolo.
Howdy all,
I am in middle of designing program analysis for C++ code, but with concerns
about exception handling. I used to disable exception handling but now have to
take into account exception handling somehow. May someone give me a brief
introduction on how GCC processes C++ exceptions or