[bootlin/training-materials updates] master: debugging: slides: fix typo (561325af)

Luca Ceresoli luca.ceresoli at bootlin.com
Tue Sep 19 12:09:20 CEST 2023


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

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

commit 561325afb657fa9f45c6425eeb3452a2561c150c
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue Sep 19 12:09:20 2023 +0200

    debugging: slides: fix typo
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

561325afb657fa9f45c6425eeb3452a2561c150c
 .../debugging-application-debugging/debugging-application-debugging.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/debugging-application-debugging/debugging-application-debugging.tex b/slides/debugging-application-debugging/debugging-application-debugging.tex
index 2d15a9fe..cd3cb4e2 100644
--- a/slides/debugging-application-debugging/debugging-application-debugging.tex
+++ b/slides/debugging-application-debugging/debugging-application-debugging.tex
@@ -199,7 +199,7 @@ Temporary breakpoint 3 at 0x5555555587da
 \begin{frame}[fragile]
   \frametitle{Common debugging issues}
   \begin{itemize}
-    \item You will likely encounters some issues while debugging, like poor address->symbols conversion, "optimized out" values or functions, empty backtraces...
+    \item You will likely encounter some issues while debugging, like poor address->symbols conversion, "optimized out" values or functions, empty backtraces...
     \item A quick checklist before starting debugging can spare you some troubles:
     \begin{itemize}
       \item Make sure your host binary has \href{https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html}{debug symbols}: with gcc, ensure \code{-g} is provided, and use non-stripped version with host gdb




More information about the training-materials-updates mailing list