================ @@ -38,9 +38,15 @@ typedef int __ptrace_request; #ifndef PTRACE_SETREGSET #define PTRACE_SETREGSET 0x4205 #endif + #ifndef PTRACE_GET_THREAD_AREA +#ifdef __arm__ +#define PTRACE_GET_THREAD_AREA 22 ---------------- jeffreytan81 wrote:
Can you add a comment with definite reference link to the expected value of ARM being 22 instead of 25? https://github.com/llvm/llvm-project/pull/181315 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
