Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • The GDB server does not reflect all NEON registers, at least not on Cortex A9. There are 32 double word registers d0-d31 which can also be seen as 16 quad word registers q0-15. Additionally, there are multiple possible formats like floating point and fixed point. Please add this functionality as you cannot see the complete state of any armv7-a using jlink gdb server which is really important. See a correctly implemented target description in the qemu project github.com/qemu/qemu/blob/master/gdb-…