[bootlin/training-materials updates] master: common: kgdb: add a note on threads representation under kgdb (6b55493f)

Clément Léger clement.leger at bootlin.com
Fri Nov 25 11:36:55 CET 2022


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

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

commit 6b55493f25da40fe2c2fc05f7ed9c4c791c4b2d0
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Fri Nov 25 11:36:55 2022 +0100

    common: kgdb: add a note on threads representation under kgdb
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

6b55493f25da40fe2c2fc05f7ed9c4c791c4b2d0
 common/kgdb.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/kgdb.tex b/common/kgdb.tex
index f56ac35e..7f3f2a34 100644
--- a/common/kgdb.tex
+++ b/common/kgdb.tex
@@ -102,5 +102,7 @@
     \end{itemize}
   \item Once connected, you can debug a kernel the way you would debug
     an application program.
+  \item On GDB side, the first threads represent the CPU context (ShadowCPU<x>),
+    then all the other threads represents a task.
   \end{itemize}
 \end{frame}
\ No newline at end of file




More information about the training-materials-updates mailing list