# # A C interface to determine the call-chain of a program. # # 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. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libunwind pkgversion=20230323_5010beb0 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libunwind_20230323_5010beb0_amd64-1@libs blurb="A C interface to determine the call-chain of a program." homepage="https://www.nongnu.org/libunwind/" license="MIT" fetch=" https://dragora.mirror.garr.it/current/sources/libunwind-20230323_5010beb0.tar.lz rsync://rsync.dragora.org/current/sources/libunwind-20230323_5010beb0.tar.lz " replace=""