Home | History | Annotate | Download | only in doc

Lines Matching refs:stack

66 \Prog{Libunwind} is very easy to use when unwinding a stack from
68 you want to unwind the stack while executing in some function
73 to the current frame, that is, the stack frame that corresponds to the
75 be moved ``up'' (towards earlier stack frames) by calling
84 ``down'' direction (towards newer stack frames), this effect can be
86 that sometimes has to move ``down'' by one stack frame could maintain
98 registers that were preserved for the current stack frame (as
108 \emph{caller-saved} (``scratch'') registers are preserved in the stack
113 (IP), sometimes also known as the ``program counter'', and the stack
120 execution at an arbitrary stack frame. As you might guess, this is
123 with a particular stack frame simply requires calling
146 which prints a classic stack trace:
169 \Prog{Libunwind} can also be used to unwind a stack in a ``remote''
197 registers, or resume execution at a particular stack frame by calling