[bootlin/training-materials updates] master: slides: gdb: fix typo threads -> thread (bc5b7116)

Clément Léger clement.leger at bootlin.com
Wed Mar 22 13:37:04 CET 2023


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

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

commit bc5b71166524678af9ae163acfbc1978c3509256
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Wed Mar 22 13:36:42 2023 +0100

    slides: gdb: fix typo threads -> thread
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

bc5b71166524678af9ae163acfbc1978c3509256
 common/gdb.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/gdb.tex b/common/gdb.tex
index bfac76b7..ea5ce5dd 100644
--- a/common/gdb.tex
+++ b/common/gdb.tex
@@ -94,7 +94,7 @@
       Display the list of breakpoints/watchpoints
     \item \code{delete <n>} (\code{d <n>})\\
       Delete breakpoint <n>
-    \item \code{threads <n>} (\code{t <n>})\\
+    \item \code{thread <n>} (\code{t <n>})\\
       Select thread number <n>
     \item \code{frame <n>} (\code{f <n>})\\
       Select a specific frame from the backtrace, the number being the one




More information about the training-materials-updates mailing list