[bootlin/training-materials updates] master: Gdb updates (cc7bc15f)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Aug 5 16:40:55 CEST 2020


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

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

commit cc7bc15f830fdf5534317f1a4484b8b7832c75a0
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Aug 5 16:40:55 2020 +0200

    Gdb updates
    
    - Remove Insight (latest release: 2009)
    - Just mention that can be used through IDEs
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

cc7bc15f830fdf5534317f1a4484b8b7832c75a0
 .../sysdev-application-development.tex                    | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index 4acbdf82..d319de11 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -306,7 +306,7 @@
     \item Supported languages: C, C++, Pascal, Objective-C, Fortran,
       Ada...
     \item Console interface (useful for remote debugging).
-    \item Graphical front-ends available.
+    \item Can also be used through graphical IDEs
     \item Can be used to control the execution of a program, set
       breakpoints or change internal variables. You can also use it to
       see what a program was doing when it crashed (by loading its
@@ -348,19 +348,6 @@
   \end{itemize}
 \end{frame}
 
-\begin{frame}
-  \frametitle{GDB graphical front-ends}
-  \begin{itemize}
-  \item {\bf GDB/Insight}\\
-    \url{https://sourceware.org/insight/}\\
-    From the GDB maintainers.
-  \item {\bf KDbg}\\
-    \url{http://www.kdbg.org/}\\
-    Another front-end, for the K Display Environment.
-  \item Integration with other IDEs: Eclipse, Emacs, KDevelop, etc.\\
-  \end{itemize}
-\end{frame}
-
 \subsection{Remote debugging}
 
 \begin{frame}




More information about the training-materials-updates mailing list