-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 31 May 2014 11:12:46 +0200
Source: gdb
Binary: gdb gdb-minimal gdb64 gdb-multiarch gdbserver gdb-source gdb-dbg
Architecture: source all amd64
Version: 7.7.1-1
Distribution: unstable
Urgency: medium
Maintainer: Héctor Orón Martínez <zu...@debian.org>
Changed-By: Hector Oron <zu...@debian.org>
Description:
 gdb        - GNU Debugger
 gdb-dbg    - GNU Debugger (debug package)
 gdb-minimal - GNU Debugger (minimal version)
 gdb-multiarch - GNU Debugger (with support for multiple architectures)
 gdb-source - GNU Debugger (source)
 gdb64      - GNU Debugger (64-bit)
 gdbserver  - GNU Debugger (remote server)
Closes: 588775 675623 696197 712671 738331 738702 744204 746855
Changes:
 gdb (7.7.1-1) unstable; urgency=medium
 .
   [ Samuel Bronson ]
   * Switch to .xz for our ".orig" tarballs
   * Imported Upstream version 7.7
     - GDB 7.7 brings new targets, features and improvements, including:
       * C++:
         ** GDB now implements the 'typeid' operator.
         ** Exception Catchpoints can now filter by type.
       * Python scripting:
         ** Frame filters and frame decorators have been added.
         ** Temporary breakpoints are now supported.
         ** Line tables representation has been added.
         ** New attribute 'parent_type' for gdb.Field objects.
         ** gdb.Field objects can be used as subscripts on gdb.Value objects.
         ** New attribute 'name' for gdb.Type objects.
       * New commands:
         ** show configuration
         ** catch rethrow
         ** info exceptions [REGEXP]
         ** remove-symbol-file [FILENAME | -a ADDRESS]
         ** maint check-psymtabs
         ** maint check-symtabs
         ** maint expand-symtabs
         ** maint set|show per-command [space | time | symtab]
       * New options:
         ** set|show debug symfile off|on
         ** set|show print raw frame-arguments
         ** set|show remote trace-status-packet
         ** set|show debug nios2
         ** set|show range-stepping
         ** set|show startup-with-shell
         ** set|show code-cache
         For all options that interpret 0 or -1 as meaning "unlimited",
         the literal 'unlimited' can ot be used.
       * New convenience variables/functions:
         ** $_exception
         ** $_exitsignal
         ** $_isvoid
       * GDB/MI:
         ** All MI commands now accept an optional "--language" option.
         ** "undefined-command" error code provided in "^error" result
            records when trying to run a non-existing command.
         ** New commands -catch-assert and -catch-exceptions
         ** New command -info-ada-exceptions
         ** New command -info-gdb-mi-command
         ** New command -dprintf-insert
         ** New command -trace-frame-collected
         ** -trace-save CTF (Common Trace Format) support.
         ** -data-list-register-values, -stack-list-locals, 
-stack-list-arguments
            and -stack-list-variables optional "--skip-unavailable" option.
         ** -exec-run optional "--start" option.
       * Remote Protocol:
         ** Target-assigned range stepping support.
            GDBserver implements this feature on x86/x86_64 GNU/Linux targets.
         ** vCont new 'r' action.
         ** qXfer:libraries-svr4:read's annex used to pass argument list.
       * New target configurations:
         ** Nios II ELF                     nios2*-*-elf
         ** Nios II GNU/Linux               nios2*-*-linux
         ** Texas Instruments MSP430        msp430*-*-elf
       * GDB Windows x64 unwinding data support.
       * SystemTap SDT probes support on AArch64 GNU/Linux.
       * The 'tsave' command now supports CTF (Common Trace Format).
       * New script gcore, installed in $prefix/bin
       * New script contrib/gdb-add-index.sh for adding .gdb_index sections
         to binaries.
       * Improve arm*-linux record/replay support.
       * Removed support for a.out NetBSD and OpenBSD obsolete configurations.
         ELF variants of these configurations are kept supported.
       * The "set|show remotebaud" commands are deprecated. Use "show|show 
serial
         baud" instead.
     - For a complete list and more details on each item, please see the
       NEWS file.
   * Update patches for new upstream version:
     - Drop man-page-args.patch and man-page-order.patch:
       Manpages are dead to us now (not DFSG free), and the source is in
       texinfo now anyway.
     - Drop upstream-arm-catch-syscall.patch and
       upstream-print_insn_rl78-workaround.patch:
       Already applied upstream.
     - Update linuxthreads_signal_handling.patch and
       gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch
   * d/gdb-minimal.manpages: Remove because manpages are dead to us
   * d/rules:
     - Update for the new release.
       * Don't expect all tests to pass, they never do.
         ("make check" finally stopped lying?)
       * Adjust for "gcore" getting its source renamed and getting installed
     - Other improvements
       * Install contrib/ in /usr/share/doc/gdb/
       * Carry over more configure flags to secondary packages, so
         e.g. gdb-multiarch can find it's message catalogs
     - Nitpicks:
       * Replace a $(findstring ...) call with $(filter ...)
         (It's probably not all that likely that DEB_BUILD_OPTIONS would contain
         an item with nocheck as a substring, but still ...)
       * Use --disable-readline; we have our own ...
   * d/control:
     - Update Vcs-Git/Vcs-Browser URLs
 .
   [ Héctor Orón Martínez ]
   * d/control.in, d/rules: add gdb-dbg package.
     (closes: #696197)
   * d/control.in: update Vcs-* references
   * d/control.in: bump standards version, no changes required
   * d/compat, d/control.in: bump dh compat to 9 to get build-id based
     debug info paths
   * d/p/ppc64le.diff: apply upstream patch for ppc64le support
   * d/control.in: add ppc64el architecture
     - Thanks Frédéric Bonnard for report
     (closes: #744204)
   * d/control.in: gdb-minimal provides gdb
     (closes: #588775)
   * d/control.in: gdb recommends gdbserver
     (closes: #675623)
   * Fix gdb: confusing error message "$HOME/pid: No such file or directory"
     (closes: #712671)
   * d/p/gdb-glibc-vdso-workaround.patch:
     - Work around PR libc/13097 "linux-vdso.so.1"
     (closes: #738702)
   * d/rules: do not misuse the version field to encode the distro name
     (closes: #738331)
   * d/copyright: update file to conform DEP5.
 .
   [ Samuel Bronson ]
   * d/control.in: Misc fixes, like not building an
     "Architecture: all".-dbg package
   * d/control: Regenerate after above changes ...
   * d/rules: Enable CTF support through babeltrace
   * d/rules: Be more specific about which features to build with
   * d/control.in, d/control: Drop B-D on libbz2-dev; gdb doesn't want it
   * debian/gdbserver.install: Don't install an empty gdbserver manpage either.
   * d/watch, d/upstream-signing-key.pgp: Verify sigs; remove dh_make stuff
   * d/control.in, d/control: Make gdb and gdb-minimal conflict as policy says
   * d/include-binary-files: Appease dpkg-source about the upstream key ...
   * d/patches/python-config.patch: Add header, fix typo pointed out upstream
   * d/sanitize-gdb.sh: stop filtering gdb-doc, drop all manpages from gdb
   * Imported Upstream version 7.7.1
     - GDB 7.7.1 provides the following fixes and improvements to GDB 7.7:
       * PR win32/14018 (pc register not available error on Windows)
       * PR python/16547 (GDB crashing on gdb.python/py-linetable.exp)
       * PR build/16550 (64-bit GDB doesn't build on Solaris)
       * PR gdb/16626 (auto-load regression: gdb uses wrong file to test safety)
       * PR breakpoints/16292 (GDB oversteps a range in some cases.)
       * PR gdb/16575 (stale breakpoint instructions in the code cache)
       * PR gdb/16696 (AIX 32-bit cores, high section addresses)
       * PR gdb/16721 (Erroneous backtrace on AVR)
       * PR gdb/16832 (Erroneous backtrace on avrxmega architectures)
       * PR build/16873 (GDB 7.7 does not build with GCC 4.9)
         (Closes: #746855)
Checksums-Sha1:
 406a5832fd1d879f59249c1ffd95426b5f73595d 2806 gdb_7.7.1-1.dsc
 a0522e8be8146d0775264e507110a96f7ec4c878 30877433 gdb_7.7.1.orig.tar.gz
 72cb6cb47c23a70c559614a50766d82d1deb51a1 58636 gdb_7.7.1-1.debian.tar.xz
 80a61204b7bb271effa6d143bcb4d69b272048ec 24034690 gdb-source_7.7.1-1_all.deb
 690543b10e9df20f2af5af9031c0eea2527e8364 2108792 gdb_7.7.1-1_amd64.deb
 cddb6e59bdf6d2d6c7ccfa4fdb786db7f36859f6 1889866 gdb-minimal_7.7.1-1_amd64.deb
 bbb202567b106a7bd6bf480707acfcf77255387d 2733132 
gdb-multiarch_7.7.1-1_amd64.deb
 5e35730e5d6efa30a2cbb3661da88041179757ce 226200 gdbserver_7.7.1-1_amd64.deb
 692364964f6728817646b64271c1a7ad4dbd7ff7 18701380 gdb-dbg_7.7.1-1_amd64.deb
Checksums-Sha256:
 fc4c24b8004221ace2ae3fd94b8f756b2217415a105a0bac0a202fde7d27c4cc 2806 
gdb_7.7.1-1.dsc
 00da1c3266cd01cc4921885f57b437fcfe0301946ccd501ea85b5bdd614ea651 30877433 
gdb_7.7.1.orig.tar.gz
 d37d052f561ca5d5f1219ab3fbca57fcf2ea3b307ee51f587f6e7a673cc590a1 58636 
gdb_7.7.1-1.debian.tar.xz
 89c57c2e9bcd28a9afadd29f4fbfae71884de3fbcbabcc1f45c3a27daf4f0004 24034690 
gdb-source_7.7.1-1_all.deb
 f00f6a94542351ba2dc06de240c0fc244bcc6f44303e7649a3cafacb22675ca1 2108792 
gdb_7.7.1-1_amd64.deb
 77edb223e928d64ee9efd024dcff18e0f1274f87fe6bf407222345ea5f9c7b21 1889866 
gdb-minimal_7.7.1-1_amd64.deb
 230541d6f5e896df89308d0e7daa8037a717ba3c6422a5783c721d99e5e23d7e 2733132 
gdb-multiarch_7.7.1-1_amd64.deb
 8a21f3c90f63f27057ed47cbfa8e46f928719bcd0f5084280a6cadcd89f769c8 226200 
gdbserver_7.7.1-1_amd64.deb
 ff26faf9a88818a9a139307f7a2166fb3ec947c16247a7454ced769f20d17a61 18701380 
gdb-dbg_7.7.1-1_amd64.deb
Files:
 bfed2d9f76532f5aa463fe0d292eec16 24034690 devel optional 
gdb-source_7.7.1-1_all.deb
 486205651cfc2a6c87334376cee3e02f 2108792 devel optional gdb_7.7.1-1_amd64.deb
 26b4ecd2ee3962f4221eca174eda5444 1889866 devel optional 
gdb-minimal_7.7.1-1_amd64.deb
 a464cbc7194b9283bdb813c7ca8298a4 2733132 devel optional 
gdb-multiarch_7.7.1-1_amd64.deb
 3d453969ad3e3192767e7582285c8582 226200 devel optional 
gdbserver_7.7.1-1_amd64.deb
 400be33a0f8dd7c4ff8b459c379798f8 18701380 debug extra gdb-dbg_7.7.1-1_amd64.deb
 451755f94219163a40267d9aad6c0783 2806 devel optional gdb_7.7.1-1.dsc
 8530f07cbde09186fe0384aabe181b91 30877433 devel optional gdb_7.7.1.orig.tar.gz
 685d14270ab7e120149c98d4b1485f0d 58636 devel optional gdb_7.7.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTlVsEAAoJEK8ig6p24qx76rcP/0vKrPrLf2EMIkXpGzki5cHK
8lOcVPRxNnNtUL/AhP4sel2FA3rMERgVjdTneDz2J9HHnsHMB4TZ/tatN47csqIX
Gf2VEVjD4KJYA/1oXnD33gadDS8TgrTf5EhYlJRGP2YaEt9uJVcIwFqz/uk6KbOW
nuZWG3DEBgu9en5Gnk7lYhdbNPCx3yPBCo9UfBKsd53Xk23L6wkc2redYfr6OsYH
QRE8ezem+HbP3euog1THdhPM9yrPLBzq54vMP43KA6NeMK7JHCVrdfIAeLCji1XK
4r7RlVnJ3ki/q+n6+Fm/PmOlz/osBx6uT1t578UfbCAc0xZnKJt4Oofmaf6POh08
qKA1b8f2G4iOgzQTGhgq0btzKA66jQ3wBfd+IB5g0PjNzkeOWrV2N0zT7BfqZf3x
N0pOgszsLXtODaYBcI4sqth7NX0Iq5J+aJy3A+CF7HTlSbUctK0Z+HiX6peVV1r3
2QqNLrLEcy3qN2tFIxHRMVj2VT+08odJY0REC6aOp9o//Db9EASObpTMWBYBhiwN
3LdbGHyV8SxmLV3ZzrGAc+15TlWRB+3J+XJzZ673inIii5XmUOQJuGuEtg4+qi0Y
GD5DG+ZqZNttD/ZBJjRwDgpzTCVgFWXOnfz/puq0i1rBo7Bif5cQR8FMCr+OYqB1
mVpuFpMmEKjzaiD94dw6
=iPxp
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wtxja-0001o8...@franck.debian.org

Reply via email to