gdb 7.4-0ubuntu1 source package in Ubuntu
Changelog
gdb (7.4-0ubuntu1) precise; urgency=low * gdb 7.4 release. -- Matthias Klose <email address hidden> Tue, 24 Jan 2012 11:23:25 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gdb_7.4.orig.tar.bz2 | 19.7 MiB | de7e2db7f0475eca7f9ffa9251abaddd3d37e0eed0b3759f71abfd810a3fd20f |
gdb_7.4-0ubuntu1.debian.tar.gz | 39.6 KiB | 2f63a6d5261486b73459794210547c8670572b8234791cee86c2563a1f6ca029 |
gdb_7.4-0ubuntu1.dsc | 2.2 KiB | 42c7a4972ed9acb45a9834158f099115f1ffb4e3ab44717cd33c55403c0a4563 |
Available diffs
- diff from 7.3.92-0ubuntu3 to 7.4-0ubuntu1 (24.7 KiB)
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.