[bootlin/training-materials updates] master: labs/sysdev-toolchain: building strace no longer needed (e7dd65cd)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Jan 24 11:39:06 CET 2023


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

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

commit e7dd65cd0e5b4bbace34af894e63ee47af4a2539
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Jan 24 11:39:06 2023 +0100

    labs/sysdev-toolchain: building strace no longer needed
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

e7dd65cd0e5b4bbace34af894e63ee47af4a2539
 labs/sysdev-toolchain/sysdev-toolchain.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index 23f3f64e..6dbaba54 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -159,9 +159,9 @@ In \code{C compiler}:
 
 In \code{Debug facilities}:
 \begin{itemize}
-\item Disable {\em duma}, {\em gdb}, {\em ltrace}. They will not be
-  needed for the labs that will use this toolchain.
-\item Keep only \code{strace} (\code{DEBUG_STRACE}) enabled
+\item Remove all options here. Some debugging tools can be provided
+      in the toolchain, but they can also be built by filesystem
+      building tools.
 \end{itemize}
 
 Explore the different other available options by traveling through the




More information about the training-materials-updates mailing list