[bootlin/training-materials updates] master: debugging: slides: add mention about ldd source (14352e98)

Alexis Lothoré alexis.lothore at bootlin.com
Wed Jul 5 11:37:45 CEST 2023


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

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

commit 14352e98a783d16f4cb3f9aad25ed0c81b5fd573
Author: Alexis Lothoré <alexis.lothore at bootlin.com>
Date:   Wed Jul 5 11:37:45 2023 +0200

    debugging: slides: add mention about ldd source
    
    Fixes #190
    
    Signed-off-by: Alexis Lothoré <alexis.lothore at bootlin.com>


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

14352e98a783d16f4cb3f9aad25ed0c81b5fd573
 slides/debugging-common-tools/debugging-common-tools.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/debugging-common-tools/debugging-common-tools.tex b/slides/debugging-common-tools/debugging-common-tools.tex
index 53e5f7ff..15662eeb 100644
--- a/slides/debugging-common-tools/debugging-common-tools.tex
+++ b/slides/debugging-common-tools/debugging-common-tools.tex
@@ -166,7 +166,7 @@ $ objcopy -O binary file.elf file.bin
   \frametitle{{\em ldd}}
   \begin{itemize}
     \item In order to display the shared libraries used by an ELF binary, one
-          can use {\em ldd} (\manpage{ldd}{1}).
+          can use {\em ldd} (Generally packaged with C library. See \manpage{ldd}{1}).
     \item {\em ldd} will list all the libraries that were used at link time.
     \begin{itemize}
       \item Libraries that are loaded at runtime using \code{dlopen()} are not




More information about the training-materials-updates mailing list