Re: ptrace in 2.6.5

From: Daniel Jacobowitz
Date: Mon May 10 2004 - 11:11:43 EST


On Mon, May 10, 2004 at 12:46:19PM -0300, Fabiano Ramos wrote:
> Hi All.
>
> Is ptrace(), in singlestep mode, required to stop after a int 0x80?
> When tracing a sequence like
>
> mov ...
> int 0x80
> mov ....
>
> ptrace would notify the tracer after the two movs, but not after the
> int 0x80. I want to know if it is a bug or the expected behaviour.

I think it's a bug.

--
Daniel Jacobowitz
-
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/