[bootlin/training-materials updates] master: sysdev: slides: gdb: fix command shortcuts and a typo (7515c073)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Dec 16 09:16:51 CET 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/7515c073bf008ceb869a51feac7253e68b3c5fcf

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

commit 7515c073bf008ceb869a51feac7253e68b3c5fcf
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Dec 15 22:54:51 2022 +0100

    sysdev: slides: gdb: fix command shortcuts and a typo
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

7515c073bf008ceb869a51feac7253e68b3c5fcf
 common/gdb.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/gdb.tex b/common/gdb.tex
index 942661fb..30af1df5 100644
--- a/common/gdb.tex
+++ b/common/gdb.tex
@@ -58,7 +58,7 @@
     Print the variable \code{var}, the register \code{$reg} or a more
     complicated reference. GDB can also nicely display structures with all
     their members
-  \item \code{info registers} (\code{b})\\
+  \item \code{info registers}\\
     Display architecture registers
   \end{itemize}
 \end{frame}
@@ -73,8 +73,8 @@
     Continue to the next line, stepping over function calls
   \item \code{step} (\code{s})\\
     Continue to the next line, entering into subfunctions
-  \item \code{stepi} (\code{s})\\
-    Continue to the next instructions
+  \item \code{stepi} (\code{si})\\
+    Continue to the next instruction
   \item \code{backtrace} (\code{bt})\\
     Display the program stack
   \end{itemize}




More information about the training-materials-updates mailing list