libunwind 1.1-2.2ubuntu1 source package in Ubuntu

Changelog

libunwind (1.1-2.2ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
     - Enable test suite for amd64 architecture:
       + d/rules: Execute test suite when building for amd64 only.
       + d/patches/20123007_workaround_test-ptrace.patch: Walk default test
         arguments to ensure child process has visibility.
     - d/p/AArch64-port.diff: Add Aarch64 port.
     - d/patches/fix-lzma-linking.patch: Fixup pkg-config configuration and
       lzma linking.

libunwind (1.1-2.2) unstable; urgency=low

  * Non-maintainer upload
  * Disable kfreebsd architectures for *all* binary packages

libunwind (1.1-2.1) unstable; urgency=low

  * Non-maintainer upload
  * Remove dependence of libunwind-setjmp0 maintainer scripts on dpkg-dev
    by substituting architecture at build time (Closes: #709125)
  * Disable the test suite without depending on $DEB_BUILD_OPTIONS
    (Closes: #727840)
  * Disable kfreebsd architectures again, as they are not yet supported
 -- James Page <email address hidden>   Thu, 07 Nov 2013 18:54:54 +0800

Upload details

Uploaded by:
James Page
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
ia64 i386 amd64 ppc64 powerpc armel armhf arm64 mips
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libunwind_1.1.orig.tar.gz 1.0 MiB 9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a
libunwind_1.1-2.2ubuntu1.debian.tar.gz 24.8 KiB fddd6aa4adf278e2f0479732b094551ce7e8484a1e00128827a91cf51ed981e1
libunwind_1.1-2.2ubuntu1.dsc 2.3 KiB 7b92fa165d3e83e902e69746cf01e0fc3dc72b31fccb36fbbe2a33c43b0bd2cf

Available diffs

View changes file

Binary packages built by this source

libunwind-setjmp0: libunwind-based non local goto - runtime

 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

libunwind-setjmp0-dbg: libunwind-based non local goto - runtime

 Contains debugging symbols for libunwind8.
 .
 This package is provided primarily to provide a backtrace with names
 in a debugger, this makes it somewhat easier to interpret core
 dumps. Most people will not need this package.

libunwind-setjmp0-dev: libunwind-based non local goto - development

 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

libunwind8: library to determine the call-chain of a program - runtime

 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

libunwind8-dbg: library to determine the call-chain of a program - runtime

 Contains debugging symbols for libunwind8.
 .
 This package is provided primarily to provide a backtrace with names
 in a debugger, this makes it somewhat easier to interpret core
 dumps. Most people will not need this package.

libunwind8-dev: library to determine the call-chain of a program - development

 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.