gdb 13.2-1ubuntu1 source package in Ubuntu

Changelog

gdb (13.2-1ubuntu1) mantic; urgency=medium

  * Merge with Debian from unstable (LP: #2023016)
    - build from upstream tarball
    - debian/control:
      - removed gdb-minimal package
      - added gdb-doc package
      - added (build-)dependency libc6-dbg on armhf
      - exclude libsource-highlight-dev on i386
    - debian/control.in:
      - added (build-)dependency libc6-dbg on armhf
      - exclude libsource-highlight-dev on i386
    - debian/patches/series:
      - apply patches gdb-strings and ptrace-error-verbosity
    - debian/gdb.install & debian/gdbserver.install:
      - include manpages in binary packages
    - debian/rules:
      - skip tests on armhf, hanging on the buildds
      - configure with --disable-werror
      - disable configure with --disable-sim
      - clean gdb/doc/GDBvn.texi before build
      - show test summary after test run
      - disable man-page installation (moved to *.install files)

gdb (13.2-1) unstable; urgency=medium

  * New upstream release.
  * Drop debian/patches: included upstream.
    - fix-crash-in-inside_main_func.patch
    - aarch64-pauth-registers.patch

gdb (13.1-3) unstable; urgency=medium

  [ Emanuele Rocca ]
  * aarch64: add aarch64-pauth-registers.patch to check for valid inferior
    thread/regcache before reading pauth registers. (Closes: #1034611)

 -- Dominik Viererbe <email address hidden>  Fri, 16 Jun 2023 14:42:38 +0300

Upload details

Uploaded by:
Dominik Viererbe
Sponsored by:
Steve Langasek
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gdb_13.2.orig.tar.xz 22.6 MiB fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a
gdb_13.2.orig.tar.xz.asc 195 bytes 69e6e835561c61e689433b03c48ec58af257eb0834284b550e9a6711f294f042
gdb_13.2-1ubuntu1.debian.tar.xz 46.8 KiB cacba49b8bd3228fe64308b4426b626d156dd7db2b830a4dc19b9ec2da23fcf7
gdb_13.2-1ubuntu1.dsc 2.9 KiB 9807f4841c59bb0a1791b1f516c063a59f3735a6bf8a856421860a00cb08b796

Available diffs

View changes file

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