Hi Ciro and Giacomo. I noticed in this CL: https://gem5-review.googlesource.com/c/14498
The GDB stub was updated from using floating point registers to vector registers, something I'm doing to fix ARMv8 KVM CPU at the moment. I noticed that before the registers were, for example, read as: i + 2 => i + 0 i + 3 => i + 1 i + 0 => i + 2 i + 1 => i + 4 Where as after the change the mapping appears to be more like to like. It's not 100% clear if that's just an artifact of how things were stored, or if this is an actual (and/or intentional) change in behavior, but I wanted to mention it since I'm not sure how often the GDB stub functionality is tested. Gabe _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
