================
@@ -48,6 +48,10 @@ bool RegisterContextCorePOSIX_loongarch64::ReadGPR() {
return true; }
bool RegisterContextCorePOSIX_loongarch64::ReadFPR() { return true; }
+bool RegisterContextCorePOSIX_loongarch64::ReadLSX() { return true; }
+
+bool RegisterContextCorePOSIX_loongarch64::ReadLASX() { return true; }
----------------
wangleiat wrote:
I have verified that it works(surprised too). I have removed the
ELF-core-related modifications, and support for adding LSX/LASX registers in
ELF-core will be included in a subsequent patch. The modifications are too
extensive; it's not just about adding two functions.
https://github.com/llvm/llvm-project/pull/120664
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits