A patch would absolutely be welcomed. AArch32 mode still exists and gdb
should still work for 32-bit code. This was just an oversight. To be
clear gem5 will support ARMv8 going forward but we plan to support both
AArch32 and AArch64 code.
Thanks,
Ali
On 19.08.2014 18:19, Anthony Gutierrez
After some inspection of gdb and gem5's source I found the problem. It
seems as though changeset 10037 broke support for gdb in 32 bit ARM.
Specifically the line:
const int MAX_NUMREGS = NUMREGS_64;
I know gem5 will only support AArch64 going forward, so is this something
we don't care about? I.e