gdb 12.1-3ubuntu2 source package in Ubuntu
Changelog
gdb (12.1-3ubuntu2) kinetic; urgency=medium * Fix FTBFS with readline 8.2. -- Matthias Klose <email address hidden> Thu, 29 Sep 2022 10:34:43 +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 | |
---|---|---|---|---|
Kinetic | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gdb_12.1.orig.tar.xz | 21.4 MiB | 0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed |
gdb_12.1-3ubuntu2.debian.tar.xz | 279.2 KiB | b6eb1a1cf690459e0478fb91ec1e0c57582019cee1998a331daba5ed46a8a1cd |
gdb_12.1-3ubuntu2.dsc | 2.6 KiB | fbd3f36ac7a77c63860527f8db83b1a6f4187c9c8b11f8548a107f8956c02c29 |
Available diffs
- diff from 12.1-3ubuntu1 to 12.1-3ubuntu2 (682 bytes)
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