Re: Exception handling mechanism
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
... I would suggest first reading this document, in detail: http://www.codesourcery.com/public/cxx-abi/ and then asking very specific questions. Paolo.