[update] documentation

pull/11/head
Fabien Le Mentec 2011-10-16 03:48:27 -05:00
rodzic fa4a8c1ec4
commit 828eff39ea
2 zmienionych plików z 2 dodań i 0 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -146,6 +146,8 @@ The board BLUE and GREEN leds should be blinking (those leds are near the user a
\newpage
\section{Notes}
\subsection{Disassembling THUMB code in GDB}
\paragraph{}
By default, the disassemble command in GDB operates in ARM mode. The programs running on CORTEX-M3
are compiled in THUMB mode. To correctly disassemble them under GDB, uses an odd address. For instance,