• Home
  • Raw
  • Download

Lines Matching refs:libunwind

39 ** Fix a bug in libunwind-ptrace which could cause crash due to extraneous
49 ** Make it possible to link against libunwind-ia64.a only (i.e., without
50 requiring libunwind.a as well). This keeps apps which need only
52 on libunwind.a.
54 Debian, linking against this library causes libunwind.so to get
66 ** When using GCC to build libunwind on ia64, libunwind.so had an
70 when building libunwind.
74 ** Fixed a bug which caused "make install" to install libunwind-common.h.in
75 instead of libunwind-common.h.
92 ** Update libunwind to be compliant with the updated/expanded
104 ** Including <libunwind.h> now defines 4 macros that can be used
105 to determine the version number of libunwind. Specifically,
111 *** Fix a crash in libunwind-ptrace courtesy of Mark Young.
121 ** The ptrace-helper routines are now declared in libunwind-ptrace.h.
123 <libunwind-ptrace.h> to get the _UPT_*() routines declared.
125 ** libunwind has been split into a "local-only" and a "generic" versions.
127 is called libunwind.so (shared version) or libunwind.a (archive
129 process and is called libunwind-generic.so (shared version)
130 libunwind-generic.a (archive version). Similarly, the ptrace()
132 libunwind-ptrace.a. For the most part, backwards-compatibility
134 libunwind, it may be necessary to change the linker command-line
144 The motivation for this splitting is to keep libunwind.so as minimal
154 unw_getcontext() only does the work really needed for libunwind and
156 programs linked against libunwind v0.97 won't be
177 libunwind.
203 ** The libunwind API is mostly feature-complete at this point (hence the
210 ** Added support for building libunwind as a shared library.