Home | History | Annotate | Download | only in doc

Lines Matching refs:unw

8 \begin{Name}{3}{unw\_resume}{David Mosberger-Tang}{Programming Library}{unw\_resume}unw\_resume -- resume execution in a particular stack frame
15 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*}\Var{cp});\\
19 The \Func{unw\_resume}() routine resumes execution at the stack frame
23 For local unwinding, \Func{unw\_resume}() restores the machine state
25 \Func{unw\_resume}() does not return in this case. Restoring the
29 \Var{cp} was interrupted by a signal, then \Func{unw\_resume}() will
31 \Func{unw\_resume}() on a cursor which identifies the stack frame of
35 For remote unwinding, \Func{unw\_resume}() installs the machine state
39 \Func{unw\_resume} routine then returns normally (that is, unlikely
40 for local unwinding, \Func{unw\_resume} will always return for remote
48 \Func{unw\_set\_reg}()), then \Func{unw\_resume}() will install this
53 Note that \Func{unw\_resume}() does \emph{not} invoke any unwind
55 will have to do so on its own by obtaining the \Type{unw\_proc\_info\_t}
63 For local unwinding, \Func{unw\_resume}() does not return on success.
69 \Func{unw\_resume}() is thread-safe. If cursor \Var{cp} is in the
76 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
77 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_resume}() wasn't
79 \item[\Const{UNW\_EINVALIDIP}] The instruction pointer identified by
81 \item[\Const{UNW\_BADFRAME}] The stack frame identified by
88 \SeeAlso{unw\_set\_reg(3)},