Home
last modified time | relevance | path

Searched refs:PT_PTRACED (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dptrace.h32 #define PT_PTRACED 0x00000001 macro
154 if ((current->ptrace & (PT_PTRACED|PT_SEIZED)) == PT_PTRACED) in ptrace_event()
412 if (!(ptrace & PT_PTRACED)) in ptrace_report_syscall()
/linux/arch/um/kernel/
H A Dsignal.c56 if (test_thread_flag(TIF_SINGLESTEP) && (current->ptrace & PT_PTRACED)) in handle_signal()
/linux/kernel/
H A Dptrace.c430 flags = PT_PTRACED | PT_SEIZED | (flags << PT_OPT_FLAG_SHIFT); in ptrace_attach()
432 flags = PT_PTRACED; in ptrace_attach()
501 current->ptrace = PT_PTRACED; in ptrace_traceme()