Home | History | Annotate | Download | only in doc

Lines Matching refs:unw

8 \begin{Name}{3}{unw\_get\_proc\_info}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info}unw\_get\_proc\_info -- get info on current procedure
15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{pip});\\
19 The \Func{unw\_get\_proc\_info}() routine returns auxiliary
22 to a structure of type \Type{unw\_proc\_info\_t} which is used to
23 return the information. The \Type{unw\_proc\_info\_t} has the
26 \item[\Type{unw\_word\_t} \Var{start\_ip}] The address of the first
30 \item[\Type{unw\_word\_t} \Var{end\_ip}] The address of the first
34 \item[\Type{unw\_word\_t} \Var{lsda}] The address of the
38 \item[\Type{unw\_word\_t} \Var{handler}] The address of the exception
42 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer of the
48 \item[\Type{unw\_word\_t} \Var{flags}] A set of flags. There are
50 flag \Const{UNW\_PI\_FLAG\_IA64\_RBS\_SWITCH} is set if the
54 \Var{format} is equal to \Const{UNW\_INFO\_FORMAT\_DYNAMIC}. If the
56 equal to to \Const{UNW\_INFO\_FORMAT\_TABLE}. All other values are
59 \Func{unw\_create\_addr\_space}(3)). The
60 \Func{unw\_get\_proc\_info}() routine
65 \Func{unw\_create\_addr\_space}(3)). The
66 \Func{unw\_get\_proc\_info}() routine
72 \Func{unw\_create\_addr\_space}(3)). The
73 \Func{unw\_get\_proc\_info}() routine
86 On successful completion, \Func{unw\_get\_proc\_info}() returns 0.
92 \Func{unw\_get\_proc\_info}() is thread-safe. If cursor \Var{cp} is
99 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
100 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate
102 \item[\Const{UNW\_EBADVERSION}] The unwind-info for the procedure has
105 In addition, \Func{unw\_get\_proc\_info}() may return any error
107 \Func{unw\_create\_addr\_space}(3)).
112 \SeeAlso{unw\_create\_addr\_space(3)},
113 \SeeAlso{unw\_get\_proc\_name(3)}