Multi-Core Real-Time Operating System RTEMS (9) – GDB Debugging System
Technical experience sharing, welcome to follow and provide guidance The gdb tool can debug the RTEMS operating system. This article introduces how to use gdb for debugging. 1. Setting Safe-Path There are three methods to set the safe-path, as follows: 1.1 Specify Path We can set our desired path as the safe-path, as shown below: … Read more