[bootlin/training-materials updates] master: debugging: slides: add lx-symbols command to load symbols (462b88b0)

Clément Léger clement.leger at bootlin.com
Thu Nov 24 11:59:07 CET 2022


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

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

commit 462b88b0768d3c5603e1bbe47e0da5d561899e5d
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Thu Nov 24 11:59:07 2022 +0100

    debugging: slides: add lx-symbols command to load symbols
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

462b88b0768d3c5603e1bbe47e0da5d561899e5d
 slides/debugging-kernel-debugging/debugging-kernel-debugging.tex | 1 +
 1 file changed, 1 insertion(+)

diff --git a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
index f42ff0b1..756752cf 100644
--- a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -357,6 +357,7 @@ unreferenced object 0x82d43100 (size 64):
     \item When using \code{gdb vmlinux}, the scripts present in vmlinux-gdb.py
           file at the root of build dir will be loaded automatically.
     \begin{itemize}
+      \item \code{lx-symbols}: (Re)load symbols for vmlinux and modules
       \item \code{lx-dmesg}: display kernel dmesg
       \item \code{$lx_current()} contains the current \code{task_struct}
       \item \code{$lx_per_cpu(var, cpu)} returns a per-cpu variable




More information about the training-materials-updates mailing list