libunwind 1.8.3-ok2 source package in openKylin
Changelog
libunwind (1.8.3-ok2) huanghe; urgency=medium * debian/rules: riscv64架构自动跳过测试套件。 -- liweinan <email address hidden> Mon, 17 Aug 2026 17:16:36 +0800
libunwind (1.8.3-ok2) huanghe; urgency=medium * debian/rules: riscv64架构自动跳过测试套件。 -- liweinan <email address hidden> Mon, 17 Aug 2026 17:16:36 +0800
| Series | Published | Component | Section |
|---|
| File | Size | SHA-256 Checksum |
|---|---|---|
| libunwind_1.8.3.orig.tar.gz | 958.0 KiB | be30d910e67f58d82e753231f1357f326a1a088acf126b21ff77e60aab19b90b |
| libunwind_1.8.3-ok2.debian.tar.xz | 21.1 KiB | d38744bfa17fa915e78d3b335919f056fa369a63a3257b286740a13dfb42b614 |
| libunwind_1.8.3-ok2.dsc | 2.4 KiB | 7f4fab0f279cbf2210d4542b9c98c18a795a3ec6d05f67dfe8ae800de447a6f2 |
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