diff --git a/common/gdb.tex b/common/gdb.tex index c3b4acb065..e4bca7a709 100644 --- a/common/gdb.tex +++ b/common/gdb.tex @@ -152,10 +152,10 @@ \subsection{Remote debugging} \item In a non-embedded environment, debugging takes place using \code{gdb} or one of its front-ends. \item \code{gdb} has direct access to the binary and libraries compiled - with debugging symbols. - \item However, in an embedded context, the target platform - environment is often too limited to allow direct debugging with - \code{gdb} (2.4 MB on x86). + with debugging symbols, which is often false for embedded systems + (binaries are stripped, without debug\_info) to save storage space. + \item For the same reason, embedding the \code{gdb} program on embedded + targets is rarely desirable (2.4 MB on x86). \item Remote debugging is preferred \begin{itemize} \item \code{ARCH-linux-gdb} is used on the development workstation, offering