gdb 7.3.1-2011.12-0ubuntu1 source package in Ubuntu

Changelog

gdb (7.3.1-2011.12-0ubuntu1) precise; urgency=low

  * Update to the Linaro 7.3-2011-12 release.
 -- Matthias Klose <email address hidden>   Fri, 09 Dec 2011 16:15:50 +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.1-2011.12.orig.tar.bz2 19.3 MiB 00f949a7296422daa2b4a25a5c89d02eba7ad3284a9f3c3cd3f2860e63788ee9
gdb_7.3.1-2011.12-0ubuntu1.debian.tar.gz 37.0 KiB 39ca6a65dbfced2254aa74b25077deb25e774ef63dd9b7d0c5aa05bf4d050583
gdb_7.3.1-2011.12-0ubuntu1.dsc 2.3 KiB 19d9ab3dfebafd593623c7bdc0c2d681825676e7e6e9fd3dd7e83a390ad705d4

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.