mainThe libunwind project - Summary

 
 
Membership Info
Group Admins:
3 active members

Group identification
Id: 8692
System Name: libunwind
Name: The libunwind project
Group Type: non-GNU software and documentation

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

 

Latest News rss feed
Libunwind 1.5 released
     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.

Libunwind 1.4 released
     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.

libunwind 1.2.1 released
     posted by djwatson24, Thu 15 Jun 2017 09:52:17 PM UTC

minor package fixes for tilegx, mips, others.  Fixes missing include file issues.

libunwind 1.2 released
     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

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code