gdb 13.0.90.20230114-0ubuntu2 source package in Ubuntu
Changelog
gdb (13.0.90.20230114-0ubuntu2) lunar; urgency=medium * New upstream snapshot, taken from the gdb-13 release branch. * Build-depends on libzstd-dev. -- Matthias Klose <email address hidden> Sat, 14 Jan 2023 10:14:09 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Lunar
- 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_13.0.90.20230114.orig.tar.xz | 23.7 MiB | 27abb9e3b4be6e6453f63db3c191c4c76b5a5cbe61225e9bbc367da23f40311c |
gdb_13.0.90.20230114-0ubuntu2.debian.tar.xz | 279.1 KiB | 53be4d1c151dc5e5826d701121bad0a8836b9e8aa06abeda57a457e60b13638e |
gdb_13.0.90.20230114-0ubuntu2.dsc | 2.7 KiB | 374cca6c1de78cea1f263ac5d4d2648bbb66a2163cc16173dbdc79d18a1f6ed9 |
Available diffs
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