gdb 12.1-3ubuntu1 source package in Ubuntu
Changelog
gdb (12.1-3ubuntu1) kinetic; urgency=medium * Merge with Debian; remaining changes: - Build from the upstream source tarball. - Regenerate the control file. - Apply patches gdb-strings and ptrace-error-verbosity. - Don't use libsource-highlight-dev on i386. - Skip tests on armhf, hanging on the buildds. gdb (12.1-3) unstable; urgency=medium * No changes, source-only upload. gdb (12.1-2) unstable; urgency=medium * debian/rules: disable simulator for certain arches gdb (12.1-1) unstable; urgency=medium * Remove and thank Riku Voipio for past contributions (Closes: #1001561) * Bump standards version, no changes * New upstream release. (Closes: #1012494) * debian/patches: refresh, merged upstream gdb_bsd support -- Matthias Klose <email address hidden> Thu, 25 Aug 2022 08:46:34 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Kinetic
- Original maintainer:
- Hector Oron
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gdb_12.1.orig.tar.xz | 21.4 MiB | 0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed |
gdb_12.1-3ubuntu1.debian.tar.xz | 279.0 KiB | 61894093b7c4d4039e79b3b47ab677bccace3dc2c5845d3ecc31ddd0a3148c8e |
gdb_12.1-3ubuntu1.dsc | 2.6 KiB | 3adf3dde90b77789a6db478688c4da243b84f9f0f497609ef88d52900c16a9c9 |
Available diffs
- diff from 12.1-0ubuntu1 to 12.1-3ubuntu1 (299.6 KiB)
Binary packages built by this source
- gdb: 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, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
- gdb-dbgsym: debug symbols for gdb
- gdb-doc: The GNU Debugger Documentation
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 GDB manual.
- gdb-multiarch: 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, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
.
This package contains a version of GDB which supports multiple
target architectures.
- gdb-multiarch-dbgsym: debug symbols for gdb-multiarch
- gdb-source: 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, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
.
This package contains the sources and patches which are needed
to build GDB.
- gdbserver: 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, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
.
This package contains gdbserver. Install this to debug remotely
from another system where GDB is installed.
- gdbserver-dbgsym: debug symbols for gdbserver