1570af302Sopenharmony_ci#define PTRACE_SINGLEBLOCK 12 2570af302Sopenharmony_ci#define PTRACE_OLDSETOPTIONS 21 3570af302Sopenharmony_ci#define PTRACE_SYSEMU 31 4570af302Sopenharmony_ci#define PTRACE_SYSEMU_SINGLESTEP 32 5570af302Sopenharmony_ci#define PTRACE_PEEKUSR_AREA 0x5000 6570af302Sopenharmony_ci#define PTRACE_POKEUSR_AREA 0x5001 7570af302Sopenharmony_ci#define PTRACE_GET_LAST_BREAK 0x5006 8570af302Sopenharmony_ci#define PTRACE_ENABLE_TE 0x5009 9570af302Sopenharmony_ci#define PTRACE_DISABLE_TE 0x5010 10570af302Sopenharmony_ci#define PTRACE_TE_ABORT_RAND 0x5011 11570af302Sopenharmony_ci 12570af302Sopenharmony_ci#define PT_STEPBLOCK PTRACE_SINGLEBLOCK 13