================
@@ -682,6 +684,20 @@ static RegisterInfo g_register_infos_arm[] = {
     FPU_QREG(q14, 56),
     FPU_QREG(q15, 60),
 
+    {
+        "tpidruro",
+        nullptr,
+        4,
+        0,
+        eEncodingUint,
+        eFormatHex,
+        {LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_REGNUM_GENERIC_TP,
----------------
igorkudrin wrote:

OK, I'll revert the corresponding "fixup" commit then.

https://github.com/llvm/llvm-project/pull/181315
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to