[bootlin/training-materials updates] master: slides: gdb: add finish command (1309705f)

Clément Léger clement.leger at bootlin.com
Thu Feb 2 13:26:18 CET 2023


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

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

commit 1309705f739acf75c503f6d6c426444a8f2c3813
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Thu Feb 2 13:26:18 2023 +0100

    slides: gdb: add finish command
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

1309705f739acf75c503f6d6c426444a8f2c3813
 common/gdb.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/gdb.tex b/common/gdb.tex
index ed3d4349..3e99741e 100644
--- a/common/gdb.tex
+++ b/common/gdb.tex
@@ -75,6 +75,8 @@
     Continue to the next line, entering into subfunctions
   \item \code{stepi} (\code{si})\\
     Continue to the next instruction
+  \item \code{finish}\\
+    Execute up to function return
   \item \code{backtrace} (\code{bt})\\
     Display the program stack
   \end{itemize}




More information about the training-materials-updates mailing list