Searched refs:PTRACE_SINGLEBLOCK (Results 1 – 8 of 8) sorted by relevance
89 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
88 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
79 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
240 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
197 #define PTRACE_SINGLEBLOCK 0x100 /* resume execution until next branch */ macro
830 #ifdef PTRACE_SINGLEBLOCK831 #define is_singleblock(request) ((request) == PTRACE_SINGLEBLOCK)1209 #ifdef PTRACE_SINGLEBLOCK in ptrace_request()1210 case PTRACE_SINGLEBLOCK: in ptrace_request()
411 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro