[bootlin/training-materials updates] master: debugging: labs: remove incorrect chars from lx-symbols output (bb1b2c1b)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Mar 24 19:29:50 CET 2023


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

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

commit bb1b2c1bfed1581955d015a1d67171e2c75c578b
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Mar 24 19:29:10 2023 +0100

    debugging: labs: remove incorrect chars from lx-symbols output
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

bb1b2c1bfed1581955d015a1d67171e2c75c578b
 labs/debugging-kernel-debugging/debugging-kernel-debugging.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
index 26686eb8..6f7aa56a 100644
--- a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -297,8 +297,8 @@ the external modules:
 \begin{bashinput}
 (gdb) lx-symbols /home/<user>/debugging-labs/nfsroot/root/kgdb_test/
 loading vmlinux
-# scanning for modules in /home/<user>/debugging-labs/nfsroot/root
-# loading @0xbf000000: /home/<user>/debugging-labs/nfsroot/root/kgdb_test/kgdb_test.ko
+scanning for modules in /home/<user>/debugging-labs/nfsroot/root
+loading @0xbf000000: /home/<user>/debugging-labs/nfsroot/root/kgdb_test/kgdb_test.ko
 \end{bashinput}
 
 {\em NOTE: If KGDB was already connected and the lx scripts were loaded, then




More information about the training-materials-updates mailing list