1570af302Sopenharmony_ci#define PTRACE_GETVRREGS 0x12 2570af302Sopenharmony_ci#define PTRACE_SETVRREGS 0x13 3570af302Sopenharmony_ci#define PTRACE_GETEVRREGS 0x14 4570af302Sopenharmony_ci#define PTRACE_SETEVRREGS 0x15 5570af302Sopenharmony_ci#define PTRACE_GETREGS64 0x16 6570af302Sopenharmony_ci#define PTRACE_SETREGS64 0x17 7570af302Sopenharmony_ci#define PTRACE_GET_DEBUGREG 0x19 8570af302Sopenharmony_ci#define PTRACE_SET_DEBUGREG 0x1a 9570af302Sopenharmony_ci#define PTRACE_GETVSRREGS 0x1b 10570af302Sopenharmony_ci#define PTRACE_SETVSRREGS 0x1c 11570af302Sopenharmony_ci#define PTRACE_SYSEMU 0x1d 12570af302Sopenharmony_ci#define PTRACE_SYSEMU_SINGLESTEP 0x1e 13570af302Sopenharmony_ci#define PTRACE_SINGLEBLOCK 0x100 14570af302Sopenharmony_ci 15570af302Sopenharmony_ci#define PT_GETVRREGS PTRACE_GETVRREGS 16570af302Sopenharmony_ci#define PT_SETVRREGS PTRACE_SETVRREGS 17570af302Sopenharmony_ci#define PT_GETEVRREGS PTRACE_GETEVRREGS 18570af302Sopenharmony_ci#define PT_SETEVRREGS PTRACE_SETEVRREGS 19570af302Sopenharmony_ci#define PT_GETREGS64 PTRACE_GETREGS64 20570af302Sopenharmony_ci#define PT_SETREGS64 PTRACE_SETREGS64 21570af302Sopenharmony_ci#define PT_GET_DEBUGREG PTRACE_GET_DEBUGREG 22570af302Sopenharmony_ci#define PT_SET_DEBUGREG PTRACE_SET_DEBUGREG 23570af302Sopenharmony_ci#define PT_GETVSRREGS PTRACE_GETVSRREGS 24570af302Sopenharmony_ci#define PT_SETVSRREGS PTRACE_SETVSRREGS 25570af302Sopenharmony_ci#define PT_STEPBLOCK PTRACE_SINGLEBLOCK 26