================ @@ -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 ---------------- igorkudrin wrote:
> Please check if there are any other places that need this, I thought maybe > FreeBSD would, somewhere. `RegisterContextWindows_arm.cpp` is the only other file that includes `RegisterInfos_arm.h`. https://github.com/llvm/llvm-project/pull/182438 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
