Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/regress/lib/libc/siginfo/sigfpe



On Wed, Feb 18, 2009 at 10:16:38AM -0500, Christos Zoulas wrote:
> Do we advance to the next instruction so returning from a signal handler
> can proceed?

This would make it impossible to correctly rerun the instruction if that
is intended. At least on CISC platforms with variable opcode lengths you
can't easily step back.

Joerg


Home | Main Index | Thread Index | Old Index