Greetings,
https://visualgdb.com/tutorials/linux/attach/
I’m following the tutorial above to debug an issue on an ARM target. However, I do not have the arm version of gdb to run on the target — I’ve been only given the cross-compiled version which runs on a Linux x86 host. The “Attach Process” dialog only lets me define the path to gdb that is on the target, not on the Linux x86 VM.
I think I will have to debug in the Linux VM command line, but just wanted to check if I’m missed anything from the tutorial.
Thanks!