File: control

package info (click to toggle)
libunwind 0.98.5-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 3,704 kB
  • ctags: 2,701
  • sloc: ansic: 16,594; sh: 11,043; asm: 1,216; makefile: 482; cpp: 70
file content (65 lines) | stat: -rw-r--r-- 2,893 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: libunwind
Priority: optional
Maintainer: Matthieu Delahaye <matthieu@debian.org>
Uploaders: Al Stone <ahs3@debian.org>
Build-Depends: debhelper (>> 4.0.0), libc6.1-dev (>=2.3.2.ds1-8),  libatomic-ops-dev (>> 0.5.1)
Standards-Version: 3.6.1

Package: libunwind7-dev
Section: libdevel
Architecture: ia64
Depends: libc6.1-dev, libunwind7 (= ${Source-Version})
Conflicts: libunwind1-dev
Description: A 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. 

Package: libunwind7
Section: base
Priority: required
Architecture: ia64
Depends: ${shlibs:Depends}
Replaces: libgcc1 (<< 1:4.0.0-2)
Description: A 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

Package: libunwind-setjmp0-dev
Section: libdevel
Architecture: ia64
Depends: libc6.1-dev, libunwind7-dev (= ${Source-Version}), libunwind-setjmp0 (= ${Source-Version}) 
Description: A 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

Package: libunwind-setjmp0
Section: libs
Architecture: ia64
Depends: ${shlibs:Depends}
Description: A 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