Lines Matching refs:unwind
1 The central data structure of the unwind API is the unwind cursor.
2 This structure tracks the register contents. The unwind API defines a
19 file <unwind-ARCH.h>. For example, to get the IA-64-specific register
22 #include <unwind-ia64.h>
27 state is captured by an unwind context (currently the same as
29 captured by an unwind accessor structure, which provides callback
31 unwind information.
40 point in the call-chain (as identified by an unwind cursor). This is
46 Note that it is perfectly legal to make copies of the unwind cursor.
47 This makes it possible, e.g., to obtain an unwind context, modify the
49 at which the unwind context was captured.
51 Here is a quick example of how to use the unwind API to do a simple
91 same application can be linked against the separate unwind libraries
98 Note: the unwind header files of all targets have a common dependency
100 ensure that the unwind libraries for all targets were derived from the
101 same release of libunwind. That is, if the unwind library for one