[FE training-materials-updates] sysdev: slides: add the gdb backtrace command

Antoine Ténart antoine.tenart at free-electrons.com
Mon Dec 14 16:07:41 CET 2015


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=44fa8dfa3129fb4d92e58d5ebb67c00b4cdb3916

>---------------------------------------------------------------

commit 44fa8dfa3129fb4d92e58d5ebb67c00b4cdb3916
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Mon Dec 14 13:57:59 2015 +0100

    sysdev: slides: add the gdb backtrace command
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


>---------------------------------------------------------------

44fa8dfa3129fb4d92e58d5ebb67c00b4cdb3916
 .../sysdev-application-development/sysdev-application-development.tex   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index c59c853..9ddf5af 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -385,6 +385,8 @@ clean:
       continue to the next line, stepping over function calls
     \item \code{step}\\
       continue to the next line, entering into subfunctions
+    \item \code{backtrace}\\
+      display the program stack
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list