diff options
Diffstat (limited to 'arch/arm64/include/uapi/asm/ptrace.h')
| -rw-r--r-- | arch/arm64/include/uapi/asm/ptrace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/include/uapi/asm/ptrace.h b/arch/arm64/include/uapi/asm/ptrace.h index e932284993d4..7ed9294e2004 100644 --- a/arch/arm64/include/uapi/asm/ptrace.h +++ b/arch/arm64/include/uapi/asm/ptrace.h | |||
| @@ -62,6 +62,9 @@ | |||
| 62 | #define PSR_x 0x0000ff00 /* Extension */ | 62 | #define PSR_x 0x0000ff00 /* Extension */ |
| 63 | #define PSR_c 0x000000ff /* Control */ | 63 | #define PSR_c 0x000000ff /* Control */ |
| 64 | 64 | ||
| 65 | /* syscall emulation path in ptrace */ | ||
| 66 | #define PTRACE_SYSEMU 31 | ||
| 67 | #define PTRACE_SYSEMU_SINGLESTEP 32 | ||
| 65 | 68 | ||
| 66 | #ifndef __ASSEMBLY__ | 69 | #ifndef __ASSEMBLY__ |
| 67 | 70 | ||
