Searched refs:is_singlestep (Results 1 - 1 of 1) sorted by path

/kernel/
H A Dptrace.c697 #define is_singlestep(request) ((request) == PTRACE_SINGLESTEP) macro
699 #define is_singlestep(request) 0 macro
736 } else if (is_singlestep(request) || is_sysemu_singlestep(request)) {

Completed in 4 milliseconds