libunwind 1.6.2-ok4 source package in openKylin
Changelog
libunwind (1.6.2-ok4) nile; urgency=medium * Fix loong64 build failed -- liwenjun <email address hidden> Tue, 27 Aug 2024 15:32:15 +0800
libunwind (1.6.2-ok4) nile; urgency=medium * Fix loong64 build failed -- liwenjun <email address hidden> Tue, 27 Aug 2024 15:32:15 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | libs | |
Nile V2.0 | proposed | main | libs |
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-ok4.debian.tar.xz | 25.5 KiB | 999c8ec70aca22ebb96f838360872ae72690afe9442a2d04608bb89805d2b353 |
libunwind_1.6.2-ok4.dsc | 2.7 KiB | 48e7603964ba4de88568dbb149bd8f94a9134e89aba7013196a836c5ff7d3004 |
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