libunwind: LLVM Unwinder1
libunwind is an implementation of the interface defined by the HP
libunwind project. It was contributed by Apple as a way to enable
clang++ to port to platforms that do not have a system unwinder. It
is intended to be a small and fast implementation of the ABI, leaving
off some features of HP’s libunwind that never materialized
(e.g. remote unwinding).
... part of T2,
get it here
URL: https://clang.llvm.org/docs/Toolchain.html#unwind-library
Author: University of Illinois/NCSA
Author: Chris Lattner <clattner [at] apple [dot] com>
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>
License: BSD
Status: Stable
Version: 19.1.3
Remark: Does cross compile (as setup and patched in T2).
Download: https://github.com/llvm/llvm-project/tags/download/llvmorg-19.1.3/ libunwind-19.1.3.src.tar.xz
Download: https://github.com/llvm/llvm-project/tags/download/llvmorg-19.1.3/ cmake-19.1.3.src.tar.xz
T2 source: libunwind.cache
T2 source: libunwind.conf
T2 source: libunwind.desc
Build time (on reference hardware): 1% (relative to binutils)2
Installed size (on reference hardware): 0.39 MB, 18 files
Dependencies (build time detected):
00-dirtree
bash
binutils
cmake
coreutils
diffutils
findutils
gawk
grep
make
sed
tar
Installed files (on reference hardware):
[show]
usr/include/libunwind-common.h
usr/include/libunwind-dynamic.h
usr/include/libunwind-ptrace.h
usr/include/libunwind-x86_64.h
usr/include/libunwind.h
usr/include/unwind.h
usr/lib64/libunwind-generic.a
usr/lib64/libunwind-generic.so
usr/lib64/libunwind-ptrace.a
usr/lib64/libunwind-setjmp.a
usr/lib64/libunwind-setjmp.so
usr/lib64/libunwind-setjmp.so.0
usr/lib64/libunwind-setjmp.so.0.0.0
usr/lib64/libunwind-x86_64.a
usr/lib64/libunwind-x86_64.so
usr/lib64/libunwind-x86_64.so.7
usr/lib64/libunwind-x86_64.so.7.0.0
usr/lib64/libunwind.a
usr/lib64/libunwind.so
usr/lib64/libunwind.so.7
usr/lib64/libunwind.so.7.0.0
usr/share/man/man3/_U_dyn_cancel.3
usr/share/man/man3/_U_dyn_register.3
usr/share/man/man3/libunwind-dynamic.3
usr/share/man/man3/libunwind-ia64.3
usr/share/man/man3/libunwind-ptrace.3
usr/share/man/man3/libunwind-setjmp.3
usr/share/man/man3/libunwind.3
usr/share/man/man3/unw_create_addr_space.3
usr/share/man/man3/unw_destroy_addr_space.3
usr/share/man/man3/unw_flush_cache.3
usr/share/man/man3/unw_get_accessors.3
usr/share/man/man3/unw_get_fpreg.3
usr/share/man/man3/unw_get_proc_info.3
usr/share/man/man3/unw_get_proc_info_by_ip.3
usr/share/man/man3/unw_get_proc_name.3
usr/share/man/man3/unw_get_reg.3
usr/share/man/man3/unw_getcontext.3
usr/share/man/man3/unw_init_local.3
usr/share/man/man3/unw_init_remote.3
usr/share/man/man3/unw_is_fpreg.3
usr/share/man/man3/unw_is_signal_frame.3
usr/share/man/man3/unw_regname.3
usr/share/man/man3/unw_resume.3
usr/share/man/man3/unw_set_caching_policy.3
usr/share/man/man3/unw_set_fpreg.3
usr/share/man/man3/unw_set_reg.3
usr/share/man/man3/unw_step.3
usr/share/man/man3/unw_strerror.3
var/adm/dependencies/libunwind
var/adm/descs/libunwind
var/adm/flists/libunwind
var/adm/md5sums/libunwind
var/adm/packages/libunwind
1) This page was automatically generated from the T2
package source. Corrections, such as dead links, URL changes or typos
need to be performed directly on that source.
2) Compatible with Linux From Scratch's
"Standard Build Unit" (SBU).