[Lldb-commits] [lldb] [lldb] Implement thread local storage for linux (PR #67470)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 26 14:11:19 PDT 2023


================
@@ -71,6 +71,7 @@
   11 // The register that would contain pointer size or less argument 7 (if any)
 #define LLDB_REGNUM_GENERIC_ARG8                                               \
   12 // The register that would contain pointer size or less argument 8 (if any)
+#define LLDB_REGNUM_GENERIC_TP 13 // Thread pointer
----------------
clayborg wrote:

Need more header doc here describing what I said above.

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


More information about the lldb-commits mailing list