gdb 13.0.91.20230210-1ubuntu1 source package in Ubuntu
Changelog
gdb (13.0.91.20230210-1ubuntu1) lunar; 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 (13.0.90.20230114-0.1) experimental; urgency=medium * Non-maintainer upload. * New upstream snapshot, taken from the gdb-13 release branch. See https://sourceware.org/pipermail/gdb-patches/2023-January/195766.html * Build-depend on libzstd-dev. * debian/copyright: Update copyright years. * debian/rules: Add new target to remove gfdl files. * Bump standards version. gdb (13.0.50.20221012-1) experimental; urgency=medium * New upstream version 13.0.50.20221012 * debian/gbp.conf: use experimental branch * debian/patches: update -- Matthias Klose <email address hidden> Fri, 10 Feb 2023 05:35:58 +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.91.20230210.orig.tar.xz | 23.7 MiB | 785a283b43e938ee6393afb8b33144c8ede54a12deb6bfb85e90d97faeb72426 |
gdb_13.0.91.20230210-1ubuntu1.debian.tar.xz | 50.4 KiB | d389be203b984f8c6be794ba4c1c4d56558a2a5a32992b661fae0c9b6096e29b |
gdb_13.0.91.20230210-1ubuntu1.dsc | 2.7 KiB | 206fdeb81228b40712b95d8fb1e5670668a45eab4da643f89d1dc9ece5fadc37 |
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