[Lldb-commits] [lldb] [llvm] [lldb][ARM] Support reading the thread pointer register on ARM Linux (PR #182438)

Minsoo Choo via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 20 17:17:14 PST 2026


================
@@ -25,6 +25,7 @@ using namespace lldb_private;
 #define GPR_OFFSET(idx) 0
 #define FPU_OFFSET(idx) 0
 #define FPSCR_OFFSET 0
+#define TLS_OFFSET 0
----------------
mchoo7 wrote:

> @mchoo7 would you mind building this PR for Arm FreeBSD, assuming you are able to? That's an easier way to check this.

I guess this is for aarch32-only and doesn't affect arm64? If so, there is currently no way I can build or test this since 32bit and big-endian architectures are maintained by small group of people.

https://github.com/llvm/llvm-project/pull/182438


More information about the lldb-commits mailing list