[bootlin/training-materials updates] master: labs: debugging: replace target_ip with the platform IP (14d5d884)

Clément Léger clement.leger at bootlin.com
Thu Mar 23 10:19:08 CET 2023


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

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

commit 14d5d88436ff2e34574ff30b3b7055304e1a967b
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Thu Mar 23 10:19:08 2023 +0100

    labs: debugging: replace target_ip with the platform IP
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

14d5d88436ff2e34574ff30b3b7055304e1a967b
 labs/debugging-memory-issues/debugging-memory-issues.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/debugging-memory-issues/debugging-memory-issues.tex b/labs/debugging-memory-issues/debugging-memory-issues.tex
index 2abda64e..6b35873c 100644
--- a/labs/debugging-memory-issues/debugging-memory-issues.tex
+++ b/labs/debugging-memory-issues/debugging-memory-issues.tex
@@ -58,7 +58,7 @@ $ gdb-multiarch ./valgrind
 
 Finally, we'll need to connect to vgdb using the following gdb command:
 \begin{bashinput}
-(gdb) target remote <target_ip>:1234
+(gdb) target remote 192.168.0.100:1234
 \end{bashinput}
 
 You will then be able to debug each error using gdb and valgrind will interrupt




More information about the training-materials-updates mailing list