./wip/libunwind, LLVM libunwind

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 18.1.4, Package name: libunwind-18.1.4, Maintainer: pkgsrc-users

LLVM libunwind


Required to run:
[lang/gcc48-libs]

Required to build:
[lang/gcc48] [lang/llvm]

Master sites:

Filesize: 116.469 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-25 22:52:55 by Kamil Rytarowski | Files touched by this commit (4)
Log message:
Import libunwind-1.1 as wip/libunwind

This package is just a skeleton of libunwind, not supported on NetBSD.
The support is work-in-progress upstream.

Libunwind defines 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.