[bootlin/training-materials updates] master: Embedded Linux slides: minor ltrace improvement (91a8ced9)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon May 10 07:47:30 CEST 2021


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

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

commit 91a8ced9af6eccd8fff24659813cb0049886471f
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon May 10 07:47:30 2021 +0200

    Embedded Linux slides: minor ltrace improvement
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

91a8ced9af6eccd8fff24659813cb0049886471f
 .../sysdev-application-development/sysdev-application-development.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index 629c5cb0..fcf1a45f 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -331,6 +331,8 @@
       breakpoints or change internal variables. You can also use it to
       see what a program was doing when it crashed (by loading its
       memory image, dumped into a core file).
+    \item New alternative: {\em lldb} (\url{https://lldb.llvm.org/})\\
+      from the LLVM project.
     \end{itemize}
     See also \url{https://en.wikipedia.org/wiki/Gdb}
     \column{0.2\textwidth}
@@ -501,7 +503,7 @@
   it receives
   \begin{itemize}
   \item Very useful complement to \code{strace}, which shows only system
-    calls.
+    calls. Library calls include system calls too!
   \item Of course, works even if you don't have the sources
   \item Allows to filter library calls with regular expressions, or
     just by a list of function names.




More information about the training-materials-updates mailing list