mirror of git://git.musl-libc.org/musl
powerpc: add PTRACE_SYSEMU from linux v4.20
added in linux commit 5521eb4bca2db733952f068c37bdf3cd656ad23c
This commit is contained in:
parent
65735baa75
commit
a86c4724c0
|
@ -8,6 +8,8 @@
|
|||
#define PTRACE_SET_DEBUGREG 0x1a
|
||||
#define PTRACE_GETVSRREGS 0x1b
|
||||
#define PTRACE_SETVSRREGS 0x1c
|
||||
#define PTRACE_SYSEMU 0x1d
|
||||
#define PTRACE_SYSEMU_SINGLESTEP 0x1e
|
||||
#define PTRACE_SINGLEBLOCK 0x100
|
||||
|
||||
#define PT_GETVRREGS PTRACE_GETVRREGS
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
#define PTRACE_SET_DEBUGREG 0x1a
|
||||
#define PTRACE_GETVSRREGS 0x1b
|
||||
#define PTRACE_SETVSRREGS 0x1c
|
||||
#define PTRACE_SYSEMU 0x1d
|
||||
#define PTRACE_SYSEMU_SINGLESTEP 0x1e
|
||||
#define PTRACE_SINGLEBLOCK 0x100
|
||||
|
||||
#define PT_GETVRREGS PTRACE_GETVRREGS
|
||||
|
|
Loading…
Reference in New Issue