You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GDB stub in MIPS qemu does not have XML support currently and is therefore limited to the classic fixed remote protocol register packet layouts. For FP64 and MSA support new packet layouts are defined using XML. I have been hacking in support for this while testing GDB support for the same and can offer my initial work as a starter.
The new register layouts are not documented yet but I'll add a reference to the spec once it is written up.
The text was updated successfully, but these errors were encountered:
The GDB stub in MIPS qemu does not have XML support currently and is therefore limited to the classic fixed remote protocol register packet layouts. For FP64 and MSA support new packet layouts are defined using XML. I have been hacking in support for this while testing GDB support for the same and can offer my initial work as a starter.
The new register layouts are not documented yet but I'll add a reference to the spec once it is written up.
The text was updated successfully, but these errors were encountered: