libunwind 1.2.1-3 source package in Ubuntu
Changelog
libunwind (1.2.1-3) unstable; urgency=low * Fix the version in libunwind-common.h, thanks to Yuri D'Elia for the bug report. (Closes: #882226) -- Adrian Bunk <email address hidden> Mon, 20 Nov 2017 16:42:07 +0200
Upload details
- Uploaded by:
- Adrian Bunk
- Uploaded to:
- Sid
- Original maintainer:
- Adrian Bunk
- Architectures:
- amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libunwind_1.2.1-3.dsc | 2.5 KiB | c8fbce1df8ce50a4a0630e5a7c3eb70d2716171df05cb82325056e0dade68c21 |
libunwind_1.2.1.orig.tar.gz | 762.5 KiB | 3f3ecb90e28cbe53fba7a4a27ccce7aad188d3210bb1964a923a731a27a75acb |
libunwind_1.2.1-3.debian.tar.xz | 14.6 KiB | fbc6ad2d662ede886cefec991c4e184634071b729c2463c4f7f9f4a88f1185e5 |
No changes file available.
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