[FE training-materials-updates] labs/sysdev-application-debugging: remove section on strace/ltrace setup

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Sep 22 08:23:31 CEST 2016


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=9a91d7ea1163d5c3eb55f4df9bb0c7accee4f758

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

commit 9a91d7ea1163d5c3eb55f4df9bb0c7accee4f758
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu Sep 22 08:22:15 2016 +0200

    labs/sysdev-application-debugging: remove section on strace/ltrace setup
    
    We are no longer getting strace/ltrace from the Crosstool-NG
    toolchain. We are getting them built directly by Buildroot, so this
    section is irrelevant and confusing.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

9a91d7ea1163d5c3eb55f4df9bb0c7accee4f758
 .../sysdev-application-debugging/sysdev-application-debugging.tex | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/labs/sysdev-application-debugging/sysdev-application-debugging.tex b/labs/sysdev-application-debugging/sysdev-application-debugging.tex
index 6e9c77d..074f121 100644
--- a/labs/sysdev-application-debugging/sysdev-application-debugging.tex
+++ b/labs/sysdev-application-debugging/sysdev-application-debugging.tex
@@ -55,14 +55,6 @@ Update the \code{/etc/export} file and restart the
 Boot your ARM board over NFS on the filesystem produced with the same
 kernel.
 
-\section{Setting up gdbserver, strace and ltrace}
-
-\code{gdbserver}, \code{strace} and \code{ltrace} have already been
-compiled for your target architecture as part of the cross-compiling
-toolchain. \code{gdbserver} has already been copied in your target
-filesystem thanks to the \code{Copy gdb server to the Target}
-Buildroot option.
-
 \section{Using strace}
 
 Now, go to the \code{$HOME/embedded-linux-labs/debugging} directory.




More information about the training-materials-updates mailing list