Skip to content

Commit

Permalink
Embedded Linux slides: minor ltrace improvement
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
Michael Opdenacker committed May 10, 2021
1 parent 5d484f3 commit 91a8ced
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ \subsection{Debuggers}
breakpoints or change internal variables. You can also use it to
see what a program was doing when it crashed (by loading its
memory image, dumped into a core file).
\item New alternative: {\em lldb} (\url{https://lldb.llvm.org/})\\
from the LLVM project.
\end{itemize}
See also \url{https://en.wikipedia.org/wiki/Gdb}
\column{0.2\textwidth}
Expand Down Expand Up @@ -501,7 +503,7 @@ \subsection{System analysis}
it receives
\begin{itemize}
\item Very useful complement to \code{strace}, which shows only system
calls.
calls. Library calls include system calls too!
\item Of course, works even if you don't have the sources
\item Allows to filter library calls with regular expressions, or
just by a list of function names.
Expand Down

0 comments on commit 91a8ced

Please sign in to comment.