DW. unwinding data: explain table
This commit is contained in:
parent
e943b3d799
commit
9d6d60737b
1 changed files with 21 additions and 10 deletions
31
slides.tex
31
slides.tex
|
@ -196,18 +196,29 @@ Segmentation fault.
|
||||||
0084a19 & rsp+56 & c-56 & c-48 & c-40 & c-32 & c-24 & c-16 & c-8 \\
|
0084a19 & rsp+56 & c-56 & c-48 & c-40 & c-32 & c-24 & c-16 & c-8 \\
|
||||||
0084a1d & rsp+48 & c-56 & c-48 & c-40 & c-32 & c-24 & c-16 & c-8 \\
|
0084a1d & rsp+48 & c-56 & c-48 & c-40 & c-32 & c-24 & c-16 & c-8 \\
|
||||||
0084a1e & rsp+40 & c-56 & c-48 & c-40 & c-32 & c-24 & c-16 & c-8 \\
|
0084a1e & rsp+40 & c-56 & c-48 & c-40 & c-32 & c-24 & c-16 & c-8 \\
|
||||||
0084a20 & rsp+32 & c-56 & c-48 & c-40 & c-32 & c-24 & c-16 & c-8 \\
|
|
||||||
0084a22 & rsp+24 & c-56 & c-48 & c-40 & c-32 & c-24 & c-16 & c-8 \\
|
|
||||||
0084a24 & rsp+16 & c-56 & c-48 & c-40 & c-32 & c-24 & c-16 & c-8 \\
|
|
||||||
0084a26 & rsp+8 & c-56 & c-48 & c-40 & c-32 & c-24 & c-16 & c-8 \\
|
|
||||||
0084a30 & rsp+64 & c-56 & c-48 & c-40 & c-32 & c-24 & c-16 & c-8 \\
|
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
\vspace{1em}
|
||||||
|
|
||||||
\pause{}
|
\only<1>{\vspace{19mm}}
|
||||||
|
\begin{columns}
|
||||||
\vspace{-3cm}
|
\begin{column}{0.50\textwidth}
|
||||||
\hfill\includegraphics[height=3cm, angle=45, origin=c]{img/dwarf_logo}
|
\only<2->{
|
||||||
\hspace{-1cm}
|
\begin{tcolorbox}[enhanced, halign=center, frame hidden, colback=YellowGreen]
|
||||||
|
\textbf{For each instruction\ldots}\\
|
||||||
|
(identified by its program counter)
|
||||||
|
\end{tcolorbox}
|
||||||
|
}
|
||||||
|
\end{column}
|
||||||
|
\begin{column}{0.50\textwidth}
|
||||||
|
\only<3->{
|
||||||
|
\begin{tcolorbox}[enhanced, halign=center, frame hidden,
|
||||||
|
interior style={right color=Apricot, left color=Thistle}]
|
||||||
|
\textbf{\ldots{}an expression to compute its return address
|
||||||
|
location on the stack}
|
||||||
|
\end{tcolorbox}
|
||||||
|
}
|
||||||
|
\end{column}
|
||||||
|
\end{columns}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}[t, fragile]{The real DWARF}
|
\begin{frame}[t, fragile]{The real DWARF}
|
||||||
|
|
Loading…
Reference in a new issue