Cross-target GDB on Windows host with Python support for Linux-x86_64 target
Unsolved
General and Desktop
-
I am using Qt Creator 4.7.2 on Windows host to remote debugging at embedded Linux-x86_64 target. Qt Creator requires cross-gdb with Python support, but Qt prebuilt cross-gdb archive "/development_releases/prebuilt/gdb/windows-7/qtcreator-gdb-7.4-MINGW32_NT-6.1-i686.tar.gz" contains "gdb-arm-none-linux-gnueabi.exe", "gdb-arm-none-symbianelf.exe" and "gdb-i686-pc-mingw32.exe".
Where can I get a version of cross-target GDB that is Python enabled for Windows host and Linux-x86_64 target?