Re: Exception handling mechanism

2010-02-15 Thread Dave Korn
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

Re: Exception handling mechanism

2010-02-15 Thread Paolo Carlini
... I would suggest first reading this document, in detail: http://www.codesourcery.com/public/cxx-abi/ and then asking very specific questions. Paolo.

Exception handling mechanism

2010-02-15 Thread Xiaolong Tang
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