[fpc-devel] ExceptAddrStack FRAMETYPE=1 ?

Sven Barth pascaldragon at googlemail.com
Fri Jun 11 09:39:47 CEST 2010


Hi!

Am 10.06.2010 17:27, schrieb Sergei Gorelkin:
>> What does FRAMETYPE = 1 mean?
>>
> Guess it is the value of FPC_EXCEPTION (trunk/rtl/inc/except.inc), the
> only currently available/supported value for FrameType.
>

If I remember my analysis of FPC's exception system correctly, this 
field is not the type of the exception (e.g. FPC_EXCEPTION), but the 
type of the handler, e.g. cExceptionFrame=1 or cFinalizeFrame=2 (both 
defined in rtl/inc/except.inc).

Regards,
Sven



More information about the fpc-devel mailing list