Searched refs:PTRACE_SINGLEBLOCK (Results 1 – 7 of 7) sorted by relevance
44 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
76 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
87 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
187 #define PTRACE_SINGLEBLOCK 0x100 /* resume execution until next branch */ macro
239 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
720 #ifdef PTRACE_SINGLEBLOCK721 #define is_singleblock(request) ((request) == PTRACE_SINGLEBLOCK)1007 #ifdef PTRACE_SINGLEBLOCK in ptrace_request()1008 case PTRACE_SINGLEBLOCK: in ptrace_request()
409 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro