]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/arch/s390x/bits/ptrace.h
d50e3262110806e8d8efc5ffb8e2f92a78237a5e
[wasi-libc.git] / libc-top-half / musl / arch / s390x / bits / ptrace.h
1 #define PTRACE_SINGLEBLOCK 12
2 #define PTRACE_PEEKUSR_AREA 0x5000
3 #define PTRACE_POKEUSR_AREA 0x5001
4 #define PTRACE_GET_LAST_BREAK 0x5006
5 #define PTRACE_ENABLE_TE 0x5009
6 #define PTRACE_DISABLE_TE 0x5010
7 #define PTRACE_TE_ABORT_RAND 0x5011
8
9 #define PT_STEPBLOCK PTRACE_SINGLEBLOCK