Home
last modified time | relevance | path

Searched refs:PTRACE_SINGLEBLOCK (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/parisc/include/asm/
Dptrace.h44 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/linux-2.6.39/arch/x86/include/asm/
Dptrace-abi.h81 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/linux-2.6.39/arch/m68k/include/asm/
Dptrace.h76 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/linux-2.6.39/kernel/
Dptrace.c478 #ifdef PTRACE_SINGLEBLOCK
479 #define is_singleblock(request) ((request) == PTRACE_SINGLEBLOCK)
639 #ifdef PTRACE_SINGLEBLOCK in ptrace_request()
640 case PTRACE_SINGLEBLOCK: in ptrace_request()
/linux-2.6.39/arch/ia64/include/asm/
Dptrace.h358 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/linux-2.6.39/arch/powerpc/include/asm/
Dptrace.h356 #define PTRACE_SINGLEBLOCK 0x100 /* resume execution until next branch */ macro