Home | History | Annotate | Download | only in doc

Lines Matching defs:Local

64 \section{Local Unwinding}
67 within a running program. This is called \emph{local} unwinding. Say
121 useful for implementing non-local gotos and the exception handling
127 Normally, \Prog{libunwind} supports both local and remote unwinding
129 tell libunwind that your program only needs local unwinding, then a
135 employ both local-only and generic unwinding. That is, whether or not
195 unwinding works exactly like in the local case. That is, you can use
229 Note that, by definition, local unwinding is possible only for the
248 any routine that may be needed for \emph{local} unwinding is
249 signal-safe (e.g., \Func{unw\_step}() for local unwinding is
296 local unwinding only.