[bootlin/training-materials updates] master: Embedded Linux: ltrace is for shared library calls (9d21db83)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Mar 15 08:29:51 CET 2022


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

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

commit 9d21db83e5e00b726146ec25df6b220176aa02d7
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Mar 15 08:29:21 2022 +0100

    Embedded Linux: ltrace is for shared library calls
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

9d21db83e5e00b726146ec25df6b220176aa02d7
 common/ltrace.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/ltrace.tex b/common/ltrace.tex
index 95eb5976..6e48a1cb 100644
--- a/common/ltrace.tex
+++ b/common/ltrace.tex
@@ -1,6 +1,6 @@
 \begin{frame}
   \frametitle{ltrace}
-  A tool to trace library calls used by a program and all the signals
+  A tool to trace {\bf shared} library calls used by a program and all the signals
   it receives
   \begin{itemize}
   \item Very useful complement to \code{strace}, which shows only system




More information about the training-materials-updates mailing list