[bootlin/training-materials updates] master: debugging: labs: use staging instead of target (928cf020)

Clément Léger clement.leger at bootlin.com
Thu Nov 24 10:45:24 CET 2022


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

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

commit 928cf020c8c8e193f85a811a05ec1280b8aca867
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Thu Nov 24 10:45:24 2022 +0100

    debugging: labs: use staging instead of target
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

928cf020c8c8e193f85a811a05ec1280b8aca867
 labs/debugging-application-crash/debugging-application-crash.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/debugging-application-crash/debugging-application-crash.tex b/labs/debugging-application-crash/debugging-application-crash.tex
index 6e7a0916..44e30af7 100644
--- a/labs/debugging-application-crash/debugging-application-crash.tex
+++ b/labs/debugging-application-crash/debugging-application-crash.tex
@@ -53,7 +53,7 @@ process using gdb-multiarch:
 $ sudo apt install gdb-multiarch
 $ gdb-multiarch ./linked_list
 (gdb) target extended-remote 192.168.0.100:2000
-(gdb) set sysroot /home/<user>/debugging-labs/buildroot/output/target/
+(gdb) set sysroot /home/<user>/debugging-labs/buildroot/output/staging/
 \end{bashinput}
 
 Then continue the execution and try to find the error using GDB. There are




More information about the training-materials-updates mailing list