[BL training-materials-updates] buildroot: Debugging: Use the correct command line option

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Nov 28 14:16:33 CET 2018


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=f60fc151229a1785740d34621acd0cada6017731

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

commit f60fc151229a1785740d34621acd0cada6017731
Author: Nasser Afshin <afshin.nasser at gmail.com>
Date:   Sat Nov 17 02:10:00 2018 +0330

    buildroot: Debugging: Use the correct command line option
    
    Signed-off-by: Nasser Afshin <afshin.nasser at gmail.com>


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

f60fc151229a1785740d34621acd0cada6017731
 slides/buildroot-appdev/buildroot-appdev.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/buildroot-appdev/buildroot-appdev.tex b/slides/buildroot-appdev/buildroot-appdev.tex
index e1d0f0b..1002bd5 100644
--- a/slides/buildroot-appdev/buildroot-appdev.tex
+++ b/slides/buildroot-appdev/buildroot-appdev.tex
@@ -287,7 +287,7 @@ LINUX_OVERRIDE_SRCDIR = $(HOME)/projects/linux
   \item Inside {\em gdb}, you need to:
     \begin{itemize}
     \item Connect to the target:\\
-      \code{(gdb) target remote-extended <ip>:2345}
+      \code{(gdb) target extended-remote <ip>:2345}
     \item Set the path to the {\em sysroot} so that {\em gdb} can find debugging symbols for libraries:\\
       \code{(gdb) set sysroot ./output/staging/}
     \item Start the program:\\




More information about the training-materials-updates mailing list