On 13/04/2014 16:54, Sergei Gorelkin wrote:
Since the new exception handling is compilant with "official way to do it", I'd expect the debugger to be notified about exception by Windows directly. But I have no idea about how gdb is compatible with that. Maybe it must be configured in certain way.

Anyway, the exception information including its original address is still available when control is passed to __FPC_except_handler. This handler is called twice, first time it initiates unwinding and the second time restores the stack and jumps to code of "except" block.

Ok, thanks for the info.

Will see what I can find.
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to