Remote Cross-Platform Debugging with GDB
Linux-based devices can use gdb and gdbserver to be able to debug an application remotely using gdb. So, given that a corresponding platform-specific version of gdbserver is running on multiple Linux devices, you can run gdb on your Linux PC (or on another Linux device) and debug the application that is running on one of […]
Remote Cross-Platform Debugging with GDB Read More »
