[bootlin/training-materials updates] master: debugging: labs: fix typo in script name (f1fc1a6c)

Alexis Lothoré alexis.lothore at bootlin.com
Fri Apr 28 09:25:58 CEST 2023


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

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

commit f1fc1a6c36ebb5e36231551365fe2ef816b8ee0c
Author: Alexis Lothoré <alexis.lothore at bootlin.com>
Date:   Fri Apr 28 09:25:58 2023 +0200

    debugging: labs: fix typo in script name


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

f1fc1a6c36ebb5e36231551365fe2ef816b8ee0c
 labs/debugging-kernel-debugging/debugging-kernel-debugging.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
index afb533c7..1bc37327 100644
--- a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -143,7 +143,7 @@ $ gdb-multiarch /home/$USER/debugging-labs/buildroot/output/build/linux-5.13/vml
 (gdb) disassemble <function>
 \end{bashinput}
 
-This can also be done automatically using \code{decode_stacktraces.sh}. First,
+This can also be done automatically using \code{decode_stacktrace.sh}. First,
 copy/paste the OOPS message into the \code{~/debugging-labs/oops.txt} file.
 Then, using the script provided by the kernel, execute the following command:
 
@@ -151,7 +151,7 @@ Then, using the script provided by the kernel, execute the following command:
 $ cd /home/$USER/debugging-labs/buildroot/output/build/linux-5.13/
 $ export ARCH=arm
 $ export CROSS_COMPILE=/home/$USER/debugging-labs/buildroot/output/host/bin/arm-linux-
-$ ./scripts/decode_stacktraces.sh vmlinux < ~/debugging-labs/oops.txt
+$ ./scripts/decode_stacktrace.sh vmlinux < ~/debugging-labs/oops.txt
 \end{bashinput}
 
 \section{KGDB debugging}




More information about the training-materials-updates mailing list