Re: [uml-devel] RE: Explaination of system call function flow in TT mode
On Wednesday 02 February 2005 16:29, Alex LIU wrote: > Hi,Blaisorblade. You wrote: > >do_syscall is called, and then this is done: > > > >sig = SIGUSR2; > >tracing = 0; > >... after, this saves the new tracing value inside "task", whic
[uml-devel] RE: Explaination of system call function flow in TT mode
Hi,Blaisorblade. You wrote: >do_syscall is called, and then this is done: > >sig = SIGUSR2; >tracing = 0; >... after, this saves the new tracing value inside "task", which is a struct >task_struct. > > set_traci