The NDK (Android Native Development Kit) for ARM comes with gcc and GNU utils software, including older GDB. However, GDB does not seem to be able to show the contents of the registers in the VFP or NEON SIMD extensions, that is, when debugging a program using NEON / VFP instructions, only a subset of the registers is displayed. I believe that a newer version of GDB is required to get this ability. The equipment used supports NEON.
That's true, I need a new gdb, but how can the NDK sent by GDB to Google Gogs not do this?
Is there a built-in GDB for debugging VFP / NEON code on ARM Android devices or a procedure for creating an NDK toolchain with GDB enabled that can do this? (for 64-bit Windows / Linux host)
source share