[bootlin/training-materials updates] master: debugging: slides: add more gdb script command (6db35145)

Clément Léger clement.leger at bootlin.com
Fri Nov 25 10:22:44 CET 2022


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

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

commit 6db351458a92c1bdd290d56d07ae944db4ac8f1c
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Fri Nov 25 10:22:44 2022 +0100

    debugging: slides: add more gdb script command
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

6db351458a92c1bdd290d56d07ae944db4ac8f1c
 slides/debugging-kernel-debugging/debugging-kernel-debugging.tex | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
index f109289b..230e442e 100644
--- a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -363,6 +363,10 @@ unreferenced object 0x82d43100 (size 64):
     \begin{itemize}
       \item \code{lx-symbols}: (Re)load symbols for vmlinux and modules
       \item \code{lx-dmesg}: display kernel dmesg
+      \item \code{lx-lsmod}: display loaded modules
+      \item \code{lx-device-\{bus|class|tree\}}: display device bus, classes and
+            tree
+      \item \code{lx-ps}: \code{ps} like view of tasks
       \item \code{$lx_current()} contains the current \code{task_struct}
       \item \code{$lx_per_cpu(var, cpu)} returns a per-cpu variable
       \item \code{apropos lx} To display all available functions.




More information about the training-materials-updates mailing list