libunwind 1.8.3-ok1 source package in openKylin
Changelog
libunwind (1.8.3-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Sun, 31 May 2026 06:21:02 -0700
libunwind (1.8.3-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Sun, 31 May 2026 06:21:02 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | libs |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libunwind_1.8.3.orig.tar.gz | 958.0 KiB | be30d910e67f58d82e753231f1357f326a1a088acf126b21ff77e60aab19b90b |
| libunwind_1.8.3-ok1.debian.tar.xz | 21.0 KiB | 7e18720dddc4f80f753ecbf56799c5fd420dd9a4a3a70a8fc3ccc40d42153199 |
| libunwind_1.8.3-ok1.dsc | 2.4 KiB | e07994fbc770f7fa5f6d95d1630ddb7b13941181d08a02609aaee795af39b7e8 |
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.
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
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
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