[bootlin/training-materials updates] master: common/gdb.tex: add detail about where shared libraries are (24b65017)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Aug 7 17:24:03 CEST 2023


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

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

commit 24b650179595aad05287ff8f9d26ff4b79769a7c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Aug 7 17:24:03 2023 +0200

    common/gdb.tex: add detail about where shared libraries are
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

24b650179595aad05287ff8f9d26ff4b79769a7c
 common/gdb.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/gdb.tex b/common/gdb.tex
index e8319673..4cd1714b 100644
--- a/common/gdb.tex
+++ b/common/gdb.tex
@@ -187,7 +187,7 @@
     and use the following \code{gdb} commands:
     \begin{itemize}
     \item To tell \code{gdb} where shared libraries are:\\
-      \code{gdb> set sysroot <library-path>} (without \code{lib/})
+      \code{gdb> set sysroot <library-path>} (typically path to build space without \code{lib/})
     \item To connect to the target:\\
       \code{gdb> target remote <ip-addr>:<port>} (networking)\\
       \code{gdb> target remote /dev/ttyUSB0} (serial link)




More information about the training-materials-updates mailing list