gdb 11.2-0ubuntu1 source package in Ubuntu
Changelog
gdb (11.2-0ubuntu1) jammy; urgency=medium * GDB 11.2 release. -- Matthias Klose <email address hidden> Wed, 19 Jan 2022 10:11:23 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- 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_11.2.orig.tar.xz | 21.0 MiB | 1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32 |
gdb_11.2-0ubuntu1.debian.tar.xz | 48.4 KiB | 31937bf4b18ea980eabd320eb85726482ce868fa62080ff0c71e61f2edad4feb |
gdb_11.2-0ubuntu1.dsc | 2.7 KiB | c171c360fc364bd5682b270b5f751b8a86b1d110521ba981a884da383d93e940 |
Available diffs
- diff from 11.1-0ubuntu3 to 11.2-0ubuntu1 (1.4 MiB)
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