================
@@ -1656,8 +1827,30 @@ void 
NativeRegisterContextLinux_arm64::ConfigureRegisterContext() {
 }
 
 uint32_t NativeRegisterContextLinux_arm64::CalculateFprOffset(
-    const RegisterInfo *reg_info) const {
-  return reg_info->byte_offset - GetGPRSize();
+    const RegisterInfo *reg_info, bool streaming_fpsimd) const {
----------------
omjavaid wrote:

I dont fully remember but are the register cache buffer on the host side 
separate for SVE and FPSIMD? can you do something to update register infos with 
an FPSIMD offset update once we are out of the streaming mode.

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

Reply via email to