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