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.