[Lldb-commits] [lldb] [lldb][ARM] Support thread local variables on ARM Linux (PR #181315)

via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 16 19:32:55 PST 2026


================
@@ -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


More information about the lldb-commits mailing list