[bootlin/training-materials updates] master: Embedded Linux labs: stop mentioning ddd (2a421fd4)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:38 CEST 2021


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

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

commit 2a421fd4c63c2480ee3d66300161fa40c5c8d227
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon May 10 08:21:54 2021 +0200

    Embedded Linux labs: stop mentioning ddd
    
    - Not updated since 2009
    - We don't mention it anymore in our slides
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

2a421fd4c63c2480ee3d66300161fa40c5c8d227
 labs/sysdev-application-debugging/sysdev-application-debugging.tex | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/labs/sysdev-application-debugging/sysdev-application-debugging.tex b/labs/sysdev-application-debugging/sysdev-application-debugging.tex
index 9a5bc28d..21d34378 100644
--- a/labs/sysdev-application-debugging/sysdev-application-debugging.tex
+++ b/labs/sysdev-application-debugging/sysdev-application-debugging.tex
@@ -124,9 +124,6 @@ connection from \code{gdb}, and will control the execution of
 On the host side, run \code{arm-linux-gdb} (also found in your toolchain):
 \bashcmd{$ arm-linux-gdb vista-emulator}
 
-You can also start the debugger through the \code{ddd} interface:
-\bashcmd{$ ddd --debugger arm-linux-gdb vista-emulator}
-
 \code{gdb} starts and loads the debugging information from the
 \code{vista-emulator} binary that has been compiled with \code{-g}.
 




More information about the training-materials-updates mailing list