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

Michael Opdenacker michael.opdenacker at bootlin.com
Mon May 10 08:21:54 CEST 2021


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

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

commit 56ac91bb2a6695ceb4fbd0b381e81c1a730230aa
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>


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

56ac91bb2a6695ceb4fbd0b381e81c1a730230aa
 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