File: control

package info (click to toggle)
gdb 6.8-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 122,180 kB
  • ctags: 172,644
  • sloc: ansic: 1,435,372; exp: 77,718; asm: 62,568; makefile: 58,690; sh: 17,657; yacc: 9,971; cpp: 5,700; perl: 4,959; xml: 965; pascal: 923; ada: 692; lex: 569; lisp: 453; sed: 231; awk: 138; objc: 134; java: 47; fortran: 43; f90: 19
file content (44 lines) | stat: -rw-r--r-- 2,416 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
Source: gdb
Maintainer: Daniel Jacobowitz <dan@debian.org>
Section: devel
Priority: optional
Standards-Version: 3.7.3
Build-Depends: autoconf, libtool, texinfo (>= 4.7-2.2), texlive-base, libncurses5-dev, libreadline5-dev, bison, gettext, debhelper (>= 4.9.0), dejagnu, gcj [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386 !alpha !arm !hppa], gobjc [!armel], mig [hurd-alpha hurd-amd64 hurd-arm hurd-armeb hurd-hppa hurd-i386 hurd-ia64 hurd-m32r hurd-m68k hurd-mips hurd-mipsel hurd-powerpc hurd-ppc64 hurd-s390 hurd-s390x hurd-sh3 hurd-sh3eb hurd-sh4 hurd-sh4eb hurd-sparc], cdbs (>= 0.4.17), quilt (>= 0.30), libkvm-dev [kfreebsd-alpha kfreebsd-amd64 kfreebsd-arm kfreebsd-armeb kfreebsd-hppa kfreebsd-i386 kfreebsd-ia64 kfreebsd-m32r kfreebsd-m68k kfreebsd-mips kfreebsd-mipsel kfreebsd-powerpc kfreebsd-ppc64 kfreebsd-s390 kfreebsd-s390x kfreebsd-sh3 kfreebsd-sh3eb kfreebsd-sh4 kfreebsd-sh4eb kfreebsd-sparc], type-handling (>= 0.2.1), libunwind7-dev [ia64], flex | flex-old, libexpat1-dev, g++-multilib [i386 powerpc s390 sparc], lib64readline5-dev [i386 powerpc s390 sparc]

Package: gdb
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Suggests: gdb-doc
Description: The GNU Debugger
 GDB is a source-level debugger, capable of breaking programs at
 any specific line, displaying variable values, and determining
 where errors occurred. Currently, it works for C, C++, Fortran,
 Modula 2 and Java programs. A must-have for any serious
 programmer.

Package: gdb64
Architecture: i386 powerpc s390 sparc
Section: devel
Depends: ${shlibs:Depends}, gdb
Description: The GNU Debugger (64-bit)
 GDB is a source-level debugger, capable of breaking programs at
 any specific line, displaying variable values, and determining
 where errors occurred. Currently, it works for C, C++, Fortran
 Modula 2 and Java programs. A must-have for any serious
 programmer.

Package: libgdb-dev
Architecture: any
Section: libdevel
Priority: extra
Description: The GNU Debugger (libgdb.a)
 GDB is a source-level debugger, capable of breaking programs at
 any specific line, displaying variable values, and determining
 where errors occurred. Currently, it works for C, C++, Fortran
 Modula 2 and Java programs. A must-have for any serious
 programmer.
 .
 This package contains libgdb.a, the bulk of GDB as a linkable
 library.  It is provided for an IDE which links to libgdb.a.  Please
 do not use libgdb.a for new projects.