================ @@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
