[bootlin/training-materials updates] master: debugging: labs: add 'cd' for cloning kdmx (b42b73d1)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Nov 17 17:25:39 CET 2023


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

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

commit b42b73d1201218a32b4b35f4758b4d78438a7671
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Nov 17 17:23:48 2023 +0100

    debugging: labs: add 'cd' for cloning kdmx
    
    We have a 'cd' before all such sections, and the previous section left us
    in the kernel buil dir, so just 'cd' in a directory that is appropriate for
    cloning kdmx.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

b42b73d1201218a32b4b35f4758b4d78438a7671
 labs/debugging-kernel-debugging/debugging-kernel-debugging.tex | 1 +
 1 file changed, 1 insertion(+)

diff --git a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
index b80dc46f..e0ff894e 100644
--- a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -166,6 +166,7 @@ has been disabled to avoid rebooting while debugging. In order to use KGDB and
 the console simultaneously, compile and run kdmx on your development host:
 
 \begin{bashinput}
+$ cd /home/$USER/debugging-labs
 $ git clone https://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git
 $ cd agent-proxy/kdmx
 $ make




More information about the training-materials-updates mailing list