[cfe-dev] Microsoft C++ exception handling.

João Matos ripzonetriton at gmail.com
Thu Jul 26 09:39:07 PDT 2012


On Thu, Jul 26, 2012 at 11:42 AM, r4start <r4start at gmail.com> wrote:

> For C++ EH cl build stub __ehhandler$mangled_function_name (for each
> function with EH).
> This stub consist of 2 instructions:
> __ehhandler$_main:
> mov         eax,offset __TI1?AUmy_exception1@@+50h (address of
> __ehfuncinfo)
> jmp         @ILT+395(___CxxFrameHandler3)
>
> How can I implement this behavior?
>

Could you be more specific? What are you stuck on?

-- 
João Matos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120726/b8e30997/attachment.html>


More information about the cfe-dev mailing list