File: control

package info (click to toggle)
gdb 5.2.cvs20020401-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 74,284 kB
  • ctags: 106,539
  • sloc: ansic: 908,403; exp: 48,309; sh: 15,889; makefile: 11,937; asm: 5,383; yacc: 5,205; cpp: 4,744; perl: 2,275; sed: 544; lisp: 394; awk: 170; pascal: 57; java: 7; fortran: 5
file content (19 lines) | stat: -rw-r--r-- 665 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: gdb
Maintainer: Daniel Jacobowitz <dan@debian.org>
Section: devel
Priority: standard
Standards-Version: 3.5.3
Build-Depends: autoconf, libtool, texinfo, tetex-bin, libncurses5-dev, libreadline4-dev (>= 4.2a-1), bison, gettext, debhelper (>= 3), dejagnu

Package: gdb
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Conflicts: gdb-arm
Replaces: gdb-arm
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.