The libunwind project - Summary
This group is not part of the GNU Project.
Libunwind defines a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation.
See the project homepage for more information.
Registration Date: Thu 27 Jul 2006 04:09:15 PM UTC
License: X11 license
Development Status: 5 - Production/Stable
posted by djwatson24, Tue 10 Nov 2020 04:31:43 PM UTC
Libunwind 1.5 is released, containing many bugfixes to the dwarf parsing code. It is the recommended version.
Most development is now taking place on github:
https://github.com/libunwind/libunwind
The previous mailing lists are mostly unused, you are unlikely to get an answer. Open a pull request or issue on github for best results.
posted by djwatson24, Wed 29 Apr 2020 03:45:24 PM UTC
Libunwind 1.4 is released, containing many bugfixes to the dwarf parsing code. It is the recommended version.
A 1.3.2 release was made on the 1.3 branch.
Version 1.5 is almost ready for release, currently on rc2.
Most development is now taking place on github:
https://github.com/libunwind/libunwind
The previous mailing lists are mostly unused, you are unlikely to get an answer. Open a pull request or issue on github for best results.
posted by djwatson24, Thu 15 Jun 2017 09:52:17 PM UTC
minor package fixes for tilegx, mips, others. Fixes missing include file issues.
posted by djwatson24, Fri 13 Jan 2017 04:20:50 PM UTC
- aarch64 port
- dwarf parsing improvements
- Fast stacktraces for aarch64 & arm
- tilegx port
- powerpc64 port
Powered by Savane 3.14-8aba.
Corresponding source code