[bootlin/training-materials updates] master: kgdb: mention CONFIG_GDB_SCRIPTS (b754734b)

Clément Léger clement.leger at bootlin.com
Tue Oct 25 10:52:27 CEST 2022


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

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

commit b754734b1648a88f6a5e9bfaa7b9d5efe2bce341
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Wed Jun 1 18:09:33 2022 +0200

    kgdb: mention CONFIG_GDB_SCRIPTS
    
    Mention CONFIG_GDB_SCRIPTS which provides python scripts to ease kernel
    debug.
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

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

diff --git a/common/kgdb.tex b/common/kgdb.tex
index 8baa9192..d020e8f1 100644
--- a/common/kgdb.tex
+++ b/common/kgdb.tex
@@ -8,6 +8,8 @@
   \item Can do almost everything, including inserting breakpoints in
     interrupt handlers.
   \item Feature supported for the most popular CPU architectures
+  \item \kconfig{CONFIG_GDB_SCRIPTS} allows to build GDB python scripts that are
+    provided by the kernel.
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list