[bootlin/training-materials updates] master: Minor Valgrind updates (8fbe7494)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri May 15 12:19:53 CEST 2020


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

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

commit 8fbe7494745e1802878c37cdb840490d895a4dea
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri May 15 12:19:53 2020 +0200

    Minor Valgrind updates
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

8fbe7494745e1802878c37cdb840490d895a4dea
 .../sysdev-application-development.tex                             | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index 64983e8d..75be1cc6 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -470,8 +470,9 @@
     \url{http://valgrind.org/}
     \begin{itemize}
     \item GNU GPL Software suite for debugging and profiling programs.
-    \item Supported platforms: Linux on x86, x86\_64, ppc32, ppc64 and
-      arm (armv7 only: Cortex A8, A9 and A5)
+    \item Supported platforms: Linux on x86, x86\_64, arm (armv7 only),
+      arm64, mips32, s390, ppc32 and ppc64. Also supported on other
+      operating systems (Android, Darwin, Illumos, Solaris...)
     \item Can detect many memory management and threading bugs.
     \item Profiler: provides information helpful to speed up your
       program and reduce its memory usage.
@@ -496,7 +497,7 @@
       then running in on its own virtual cpu core.\\
       Significantly slows down execution, but still fine for testing!
     \item More details on \url{http://valgrind.org/info/} and
-      \url{http://valgrind.org/docs/manual/coregrind_core.html\#howworks}
+      \url{http://valgrind.org/docs/manual/coregrind_core.html}
     \end{itemize}
     \column{0.2\textwidth}
     \includegraphics[width=\textwidth]{slides/sysdev-application-development/valgrind2.png}




More information about the training-materials-updates mailing list