gdb 7.4-2012.04-0ubuntu2.1 source package in Ubuntu

Changelog

gdb (7.4-2012.04-0ubuntu2.1) precise-proposed; urgency=low

  [ Mark Russell ]
  * Added Multi-arch: allowed field to gdb. (LP: #1036834)
 -- Adam Stokes <email address hidden>   Tue, 06 Nov 2012 11:19:38 -0500

Upload details

Uploaded by:
Adam Stokes
Sponsored by:
Iain Lane
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
Precise updates main devel

Downloads

File Size SHA-256 Checksum
gdb_7.4-2012.04.orig.tar.bz2 20.8 MiB 1b78b8edb1c36015bb2c08a4b0b572adbd6b11cd2ee87d362d16fbc0fda305b7
gdb_7.4-2012.04-0ubuntu2.1.debian.tar.gz 39.8 KiB ff98ee3ef9177d21e4bed6d9583af621969b6c92219ba9cf69a9a4c6595fcc81
gdb_7.4-2012.04-0ubuntu2.1.dsc 2.9 KiB 08090b560f2181b92db1ebfae397ca156dedb894440bbcf2ab58100327f98eb5

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.

gdb-source: The GNU Debugger (source)

 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 the sources and patches which are needed
 to build GDB.

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

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.