Home | History | Annotate | Download | only in doc

Lines Matching refs:unw

8 \begin{Name}{3}{unw\_init\_remote}{David Mosberger-Tang}{Programming Library}{unw\_init\_remote}unw\_init\_remote -- initialize cursor for remote unwinding
15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var{as}, \Type{void~*}\Var{arg});\\
19 The \Func{unw\_init\_remote}() routine initializes the unwind cursor
22 \Var{unw\_local\_addr\_space} (local address space) or to an arbitrary
23 address space created with \Func{unw\_create\_addr\_space}().
26 should be unwound. For example, if \Var{unw\_local\_addr\_space} is
35 Note that \Func{unw\_init\_remote}() can be used to initiate unwinding
38 generally preferable to use \Func{unw\_init\_local}() instead, because
43 On successful completion, \Func{unw\_init\_remote}() returns 0.
49 \Func{unw\_init\_remote}() is thread-safe. If the local address-space
56 \item[\Const{UNW\_EINVAL}] \Func{unw\_init\_remote}() was called in a
58 (this normally happens when defining \Const{UNW\_LOCAL\_ONLY} before
60 \Func{unw\_init\_remote}()).
61 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
62 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_init\_remote}()
68 \SeeAlso{libunwind(3)}, \SeeAlso{unw\_create\_addr\_space(3)},
69 \SeeAlso{unw\_init\_local(3)}