mirror of
git://git.musl-libc.org/musl
synced 2024-12-13 10:15:40 +00:00
9ffd145479
PTRACE_OLDSETOPTIONS is old, but it was missing, PTRACE_SYSEMU and PTRACE_SYSEMU_SINGLESTEP are new, see linux commit 56e62a73702836017564eaacd5212e4d0fa1c01d s390: convert to generic entry
13 lines
382 B
C
13 lines
382 B
C
#define PTRACE_SINGLEBLOCK 12
|
|
#define PTRACE_OLDSETOPTIONS 21
|
|
#define PTRACE_SYSEMU 31
|
|
#define PTRACE_SYSEMU_SINGLESTEP 32
|
|
#define PTRACE_PEEKUSR_AREA 0x5000
|
|
#define PTRACE_POKEUSR_AREA 0x5001
|
|
#define PTRACE_GET_LAST_BREAK 0x5006
|
|
#define PTRACE_ENABLE_TE 0x5009
|
|
#define PTRACE_DISABLE_TE 0x5010
|
|
#define PTRACE_TE_ABORT_RAND 0x5011
|
|
|
|
#define PT_STEPBLOCK PTRACE_SINGLEBLOCK
|