gdb 7.3-0ubuntu3 source package in Ubuntu

Changelog

gdb (7.3-0ubuntu3) precise; urgency=low

  * No-change rebuild to drop spurious libsfgcc1 dependency on armhf.
 -- Adam Conrad <email address hidden>   Fri, 02 Dec 2011 17:32:46 -0700

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gdb_7.3.orig.tar.gz 24.2 MiB d1791d1f9d6c21ec265f4f74dadc15bc35698158a1b836d1626b9a69b818f5c5
gdb_7.3-0ubuntu3.debian.tar.gz 231.9 KiB 7926f05c451eceeafe6993357ccbbe119efdee6736ffd91b5fe6ff93bc7c6d90
gdb_7.3-0ubuntu3.dsc 2.0 KiB 04158cc51cb249e7f57a08a92c27bde91815ca353c2783099ce09cce216c560c

Available diffs

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.