On Mon, Mar 19, 2007 at 10:38:27AM +0800, Krishnappa Abhijith-A21204 wrote:
> Is the below flow correct for UML (TT mode)
Maybe, maybe not - your terminology is somewhat confusing.
> 1. UML process wants to execute a sys call say open().
> 2. UML TT comes to know this
By having PTRACE_SY
Hi,
Is the below flow correct for UML (TT mode)
1. UML process wants to execute a sys call say open().
2. UML TT comes to know this annuls with getpid(), and UML TT executes
open() on behalf of UML process.
3. UML process executes the getpid() and returns and signals TT.
4. By this time U