[update] documentation
authorFabien Le Mentec <texane@gmail.com>
Sun, 16 Oct 2011 08:48:27 +0000 (03:48 -0500)
committerFabien Le Mentec <texane@gmail.com>
Sun, 16 Oct 2011 08:48:27 +0000 (03:48 -0500)
doc/tutorial/tutorial.pdf
doc/tutorial/tutorial.tex

index 8bb15c76107e3f51359d17458f1b52369c68bd07..983e30d22710ff7f6ccecf770269da2f3183c5d8 100644 (file)
Binary files a/doc/tutorial/tutorial.pdf and b/doc/tutorial/tutorial.pdf differ
index f177e2b87c703c012f64e4411ab9a712b21385e1..434365fd5e280d43c06c58b65f01d00b0c209123 100644 (file)
@@ -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,