libunwind: A portable and efficient library to determine the call-chain1
Package available in: [trunk]
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.
... part of T2,
get it here
URL: http://www.nongnu.org/libunwind/
Author: David Mosberger-Tang <dmosberger [at] gmail [dot] com>
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>
License: MIT
Status: Beta
Version: 1.0.1
Remark: Does cross compile (as setup and patched in T2).
Download: http://download.savannah.gnu.org/releases/libunwind/ libunwind-1.0.1.tar.gz
T2 source: libunwind.cache
T2 source: libunwind.desc
Build time (on reference hardware): 10% (relative to binutils)2
Installed size (on reference hardware): 0.49 MB, 54 files
Dependencies (build time detected):
00-dirtree
bash
binutils
bzip2
coreutils
diffutils
file
findutils
gawk
gcc
glibc
grep
linux-header
llvm
make
mktemp
net-tools
sed
sysfiles
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).