[FE training-materials-updates] strace: add link to static strace binaries

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Mar 21 06:30:02 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=8594aba5abc2ef1c052fac1379f59dc839e76731

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

commit 8594aba5abc2ef1c052fac1379f59dc839e76731
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Mar 21 06:19:05 2014 +0100

    strace: add link to static strace binaries
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

8594aba5abc2ef1c052fac1379f59dc839e76731
 .../sysdev-application-development.tex             |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index b2f40d8..fd50821 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -565,6 +565,9 @@ clean:
   \begin{itemize}
   \item Available on all GNU/Linux systems\\
     Can be built by your cross-compiling toolchain generator.
+  \item Even easier: drop a ready-made static binary for your
+        architecture, just when you need it. See
+        \url{http://git.free-electrons.com/users/michael-opdenacker/static-binaries/tree/strace}
   \item Allows to see what any of your processes is doing:\\
     accessing files, allocating memory...\\
     Often sufficient to find simple bugs.



More information about the training-materials-updates mailing list