Searched refs:PTRACE_SINGLEBLOCK (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dptrace.h41 * the most correct (and we also want to support PTRACE_SINGLEBLOCK
44 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dptrace-abi.h87 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/linux-4.1.27/arch/m68k/include/uapi/asm/
H A Dptrace.h76 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/linux-4.1.27/arch/powerpc/include/uapi/asm/
H A Dptrace.h187 #define PTRACE_SINGLEBLOCK 0x100 /* resume execution until next branch */ macro
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dptrace.h239 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/linux-4.1.27/kernel/
H A Dptrace.c707 #ifdef PTRACE_SINGLEBLOCK
708 #define is_singleblock(request) ((request) == PTRACE_SINGLEBLOCK)
994 #ifdef PTRACE_SINGLEBLOCK ptrace_request()
995 case PTRACE_SINGLEBLOCK: ptrace_request()
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dptrace.h409 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro

Completed in 134 milliseconds