gdb 7.3.92-0ubuntu1 source package in Ubuntu

Changelog

gdb (7.3.92-0ubuntu1) precise; urgency=low

  * gdb-7.4 release candidate 2.
 -- Matthias Klose <email address hidden>   Fri, 20 Jan 2012 21:26:22 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gdb_7.3.92.orig.tar.bz2 19.7 MiB 4f16f79fd54a276513a869f8729ba9a961613211f840be996a69d5c605599028
gdb_7.3.92-0ubuntu1.debian.tar.gz 36.8 KiB 18db6f07ac944d7334e1b7a4186011fccc784bee4b44acc89c8d6889ea99a3af
gdb_7.3.92-0ubuntu1.dsc 2.2 KiB ae37c2075e54ecdc6082dde3a05b1f680d4095e217101e89c3a9a96a4e2bbd34

View changes file

Binary packages built by this source

gdb: 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.

gdb-multiarch: The GNU Debugger (with support for multiple architectures)

 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 a version of GDB which supports multiple
 target architectures.

gdbserver: The GNU Debugger (remote server)

 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 gdbserver. Install this to debug remotely
 from another system where GDB is installed.

libgdb-dev: 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.