File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed
lldb/include/lldb/Host/aix Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 3434#ifndef PTRACE_SETREGSET
3535#define PTRACE_SETREGSET 0x4205
3636#endif
37- #ifndef PTRACE_GET_THREAD_AREA
38- #define PTRACE_GET_THREAD_AREA (PT_COMMAND_MAX+5 )
39- #endif
40- #ifndef PTRACE_ARCH_PRCTL
41- #define PTRACE_ARCH_PRCTL (PT_COMMAND_MAX+6 )
42- #endif
43- #ifndef ARCH_GET_FS
44- #define ARCH_SET_GS 0x1001
45- #define ARCH_SET_FS 0x1002
46- #define ARCH_GET_FS 0x1003
47- #define ARCH_GET_GS 0x1004
48- #endif
49- #ifndef PTRACE_PEEKMTETAGS
50- #define PTRACE_PEEKMTETAGS (PT_COMMAND_MAX+7 )
51- #endif
52- #ifndef PTRACE_POKEMTETAGS
53- #define PTRACE_POKEMTETAGS (PT_COMMAND_MAX+8 )
54- #endif
5537#ifndef PTRACE_GETVRREGS
56- #define PTRACE_GETVRREGS (PT_COMMAND_MAX+9 )
38+ #define PTRACE_GETVRREGS (PT_COMMAND_MAX+5 )
5739#endif
5840#ifndef PTRACE_GETVSRREGS
59- #define PTRACE_GETVSRREGS (PT_COMMAND_MAX+10 )
41+ #define PTRACE_GETVSRREGS (PT_COMMAND_MAX+6 )
6042#endif
6143
6244#endif // liblldb_Host_aix_Ptrace_h_
You can’t perform that action at this time.
0 commit comments