How do I perform a remote gdb session on a PC for ARM gdbserver WITH GDB GUI frontend?
问题 I am using Ubuntu 16.04 on x86_64 workstation, and I'm cross-compiling a small demo program in C++, and deploying it to an embedded linux target running ARM architecture ( environment-setup-cortexa9hf-neon-poky-linux-gnueabi , arm-poky-linux-gnueabi-g++ ). I am able to successfully do this which gives me a debug session on commandline: Target: rpm -ivh gdbserver-7.10.1-r0.cortexa9hf_neon.rpm gdbserver :9091 ${APPNAME} Host: sudo apt-get install gdb-multiarch gdb-multiarch $APPNAME target