Home
last modified time | relevance | path

Searched refs:singlestep_syscall (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/um/kernel/
Dptrace.c16 child->thread.singlestep_syscall = 0; in user_enable_single_step()
26 child->thread.singlestep_syscall = 0; in user_disable_single_step()
Dsignal.c104 current->thread.singlestep_syscall = in do_signal()
Dprocess.c344 if (task->thread.singlestep_syscall) in singlestepping()
/linux-4.4.14/arch/um/include/asm/
Dprocessor-generic.h24 int singlestep_syscall; member