diff --git a/slides/debugging-application-debugging/debugging-application-debugging.tex b/slides/debugging-application-debugging/debugging-application-debugging.tex index 2317b2875e..48b39b4ee9 100644 --- a/slides/debugging-application-debugging/debugging-application-debugging.tex +++ b/slides/debugging-application-debugging/debugging-application-debugging.tex @@ -32,7 +32,7 @@ \subsection{Building with debug information} \item Debugging information uses the DWARF format \item Allows the debugger to match addresses and symbol names, call sites, etc - \item Debugging information is generated by GDB and included in the + \item Debugging information is generated by the compiler and included in the ELF file when compiled with \code{-g} \begin{itemize} \item \code{-g1}: minimal debug information (enough for backtraces)