On 25 Mar 2009, at 14:01, Paul Ishenin wrote:

Ok, tried "info signals" and found that gdb handles SIGFPE. I changed behavior:

(gdb) handle SIGFPE noprint
Signal        Stop      Print   Pass to program Description
SIGFPE        No        No      Yes             Arithmetic exception
(gdb) handle SIGFPE nostop
Signal        Stop      Print   Pass to program Description
SIGFPE        No        No      Yes             Arithmetic exception
(gdb) run
Starting program: C:\programming\mytest\debugger_exceptions/ test_exception.exe
[New thread 5912.0xa3c]

Program exited with code 030000000224.

No luck :(

File a bug against gdb, it should work (it works under Mac OS X and Linux). The gdb bug repository is at http://sourceware.org/gdb/bugs/


Jonas
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to