mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
0e3a5550ba
The gdb commands step, next and finish on the M3 core would never make forward progress since there is almost always an interrupt pending. This is a known problem on the M3, and is fixed by adding pre and post command hooks which mask and unmask all ISRs on the M3 core. Step, next and finish now work as expected, but care should be taken when using these commands across any part of the code that actually _needs_ the interrupts in order to make forward progress. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@622 ebee16cc-31ac-478f-84a7-5cbb03baadba |
||
---|---|---|
.. | ||
Eclipse | ||
gdb | ||
OpenOCD |