ptrace in 2.6.5

From: Fabiano Ramos
Date: Mon May 10 2004 - 10:45:10 EST


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.

TIA,
Fabiano

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