Re: ptrace single-stepping change breaks Wine
From: Linus Torvalds
Date: Mon Nov 22 2004 - 17:31:42 EST
On Mon, 22 Nov 2004, Mike Hearn wrote:
>
> this is where signals are converted to SEH exceptions (w-exceptions as
> Eric called them):
>
> dlls/ntdll/signal_i386.c
Looks like it clears TF there already:
if (context->EFlags & 0x100)
{
context->EFlags &= ~0x100; /* clear single-step flag */
}
so I'll just assume it's ok.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/