libunwind 1.6.2-0ubuntu1 source package in Ubuntu
Changelog
libunwind (1.6.2-0ubuntu1) kinetic; urgency=medium * New upstream release. * Drop patches applied upstream. * Build for s390x and riscv64. -- Dimitri John Ledkov <email address hidden> Thu, 30 Jun 2022 16:42:32 +0100
Upload details
- Uploaded by:
- Dimitri John Ledkov
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- amd64 arm64 armel armhf hppa i386 ia64 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 s390x sh4
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libunwind_1.6.2.orig.tar.gz | 880.3 KiB | 4a6aec666991fb45d0889c44aede8ad6eb108071c3554fcdff671f9c94794976 |
libunwind_1.6.2.orig.tar.gz.asc | 659 bytes | f064387f5505fff34735a72dcaf190d2ea8a87569ef50c539cfb154986bbd4d2 |
libunwind_1.6.2-0ubuntu1.debian.tar.xz | 14.7 KiB | b66b0edaf33a2c41abf72f9cc9db3127cc54c4adb6c778cdfc4cee7a54828b8f |
libunwind_1.6.2-0ubuntu1.dsc | 2.9 KiB | 44aedf583a470e5767939253a65225edefc9423f1b400e1e0e96c2245c848c5a |
Available diffs
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