mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
powerpc: add PTRACE_SYSEMU from linux v4.20
added in linux commit 5521eb4bca2db733952f068c37bdf3cd656ad23c
This commit is contained in:
parent
65735baa75
commit
a86c4724c0
2 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue