libunwind 1.2.1-9ubuntu0.1 source package in Ubuntu

Changelog

libunwind (1.2.1-9ubuntu0.1) focal; urgency=medium

  * Manually enable C++ exception support only on i386 and amd64,
    it is known broken on several other architectures.
    Thanks to Bernhard Übelacker. (Closes: #923962) (LP: #1999104)

 -- Matthew Ruffell <email address hidden>  Tue, 13 Dec 2022 12:07:17 +1300

Upload details

Uploaded by:
Matthew Ruffell
Sponsored by:
Michael Hudson-Doyle
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main libs

Downloads

File Size SHA-256 Checksum
libunwind_1.2.1.orig.tar.gz 762.5 KiB 3f3ecb90e28cbe53fba7a4a27ccce7aad188d3210bb1964a923a731a27a75acb
libunwind_1.2.1-9ubuntu0.1.debian.tar.xz 19.0 KiB e7fc99a2fb8f5cc8045b2c445ce3cb9ace6939e1430bb00111f7b02ffa3d93e4
libunwind_1.2.1-9ubuntu0.1.dsc 2.6 KiB 0be7bf082decbbce14571d3f4edf341041b2e8ac0979f8a94986b977d2dd4e4f

Available diffs

View changes file

Binary packages built by this source

libunwind-dev: library to determine the call-chain of a program - development

 The primary goal of this project is to define 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. As such, the API
 is useful in a number of applications.
 .
 This package includes the development support files.

libunwind-setjmp0: libunwind-based non local goto - runtime

 The unwind-setjmp library offers a libunwind-based implementation of
 non-local gotos. This implementation is intended to be a drop-in
 replacement for the normal, system-provided routines of the same name.
 The main advantage of using the unwind-setjmp library is that setting
 up a non-local goto via one of the setjmp() routines is very fast.
 .
 This package includes the shared library

libunwind-setjmp0-dbgsym: debug symbols for libunwind-setjmp0
libunwind-setjmp0-dev: libunwind-based non local goto - development

 The unwind-setjmp library offers a libunwind-based implementation of
 non-local gotos. This implementation is intended to be a drop-in
 replacement for the normal, system-provided routines of the same name.
 The main advantage of using the unwind-setjmp library is that setting
 up a non-local goto via one of the setjmp() routines is very fast.
 .
 This package includes the development support files

libunwind8: library to determine the call-chain of a program - runtime

 The primary goal of this project is to define 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. As such, the API
 is useful in a number of applications.
 .
 This package includes the shared libraries

libunwind8-dbgsym: debug symbols for libunwind8