Change log for gdb package in Ubuntu

151225 of 257 results
Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
gdb (7.7.1-0ubuntu3) utopic; urgency=medium

  * Fix PR 14963, infinite recursion in the demangler. LP: #1315590.
 -- Matthias Klose <email address hidden>   Thu, 12 Jun 2014 21:14:58 +0200

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
gdb (7.7.1-0ubuntu2) utopic; urgency=medium

  * Add the ARM change from the gdb-linaro 7.7-2014.05 release.
  * Build-depend on systemtap-sdt-test (test dependency).
 -- Matthias Klose <email address hidden>   Tue, 27 May 2014 16:53:09 +0200

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
gdb (7.7.1-0ubuntu1) utopic; urgency=medium

  * GDB 7.7.1 release.
 -- Matthias Klose <email address hidden>   Tue, 13 May 2014 02:23:53 +0200

Available diffs

  • diff from 7.7.1-1~nico1 (in ~nicola-onorata/ubuntu/toolchain-t-deletedppa) to 7.7.1-0ubuntu1 (pending)
  • diff from 7.7-0ubuntu2.1~aroth~ppa1~saucy1 (in ~aroth/ubuntu/ppa) to 7.7.1-0ubuntu1 (pending)
  • diff from 7.7-0ubuntu4 to 7.7.1-0ubuntu1 (41.4 KiB)
Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
gdb (7.7-0ubuntu3.1) trusty; urgency=medium

  * re-enable patch that got disabled at some point (LP: #1317136)
    - ptrace-error-verbosity.patch: Try to make the PTRACE scope sysctl
      more discoverable via a verbose error message when failures happen.
 -- Marc Deslauriers <email address hidden>   Wed, 07 May 2014 15:44:23 -0400

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
gdb (7.7-0ubuntu4) utopic; urgency=medium

  * re-enable patch that got disabled at some point (LP: #1317136)
    - ptrace-error-verbosity.patch: Try to make the PTRACE scope sysctl
      more discoverable via a verbose error message when failures happen.
 -- Marc Deslauriers <email address hidden>   Wed, 07 May 2014 15:46:53 -0400

Available diffs

Superseded in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
gdb (7.7-0ubuntu3) trusty; urgency=medium

  * Rebuild with Python 3.4.
 -- Matthias Klose <email address hidden>   Wed, 19 Feb 2014 11:41:03 +0100

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
gdb (7.7-0ubuntu2) trusty; urgency=medium

  * Don't encode the distribution name into the version string.
 -- Matthias Klose <email address hidden>   Sat, 08 Feb 2014 20:23:43 +0100

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
gdb (7.7-0ubuntu1) trusty; urgency=medium

  * GDB 7.7 release.
 -- Matthias Klose <email address hidden>   Fri, 07 Feb 2014 18:59:59 +0100
Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
gdb (7.6.50.20131218-0ubuntu1) trusty; urgency=medium

  * New upstream snapshot.
  * Configure with --disable-werror.
  * Handle Debian's local elf.h / sys/auxv.h header reorganization.
 -- Matthias Klose <email address hidden>   Wed, 18 Dec 2013 13:50:41 +0100
Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
gdb (7.6.1-1ubuntu1) trusty; urgency=low

  * Merge with Debian unstable; Remaining changes:
    - patches/aarch64-fork-fix.patch: Fix fork handling on aarch64.
    - control,rules,patches/python-config.patch: Build with python3
      instead of python-dev, and depend on libpython3-stdlib.
    - patches/ptrace-error-verbosity.patch: Make the PTRACE scope
      sysctl discoverable via a verbose error message upon failure.
    - patches/gdb-strings.patch: Fix typo in gdb/remote.c.
    - rules: Revert configuring with "MULTIARCH_TARGET=all" and use
      a static list of targets. "all" is broken on at least ARM.
    - control: gdb suggest gdbserver, instead of depending on it.
    - control: Add Multi-arch: allowed field to gdb.
    - rules: Avoid having two redundant Ubuntus in the version.
  * Undo gobjc arch-restriction, as it's now build on arm64 as well.
  * Allow the testsuite to run on aarch64, as the hang is now fixed.
  * Drop --disable-werror from configure, it's no longer necessary.
 -- Adam Conrad <email address hidden>   Fri, 25 Oct 2013 11:58:13 -0600

Available diffs

Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
gdb (7.6.1-0ubuntu3) saucy; urgency=low

  * debian/patches/aarch64-fork-fix.patch: Fix fork handling on aarch64.
 -- William Grant <email address hidden>   Mon, 14 Oct 2013 17:53:18 +1100

Available diffs

Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
gdb (7.6.1-0ubuntu2) saucy; urgency=low

  * Skip the testsuite on aarch64 to avoid hanging our buildd kernels.
 -- Adam Conrad <email address hidden>   Fri, 11 Oct 2013 00:02:05 -0600

Available diffs

Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
gdb (7.6.1-0ubuntu1) saucy; urgency=low

  * New upstream bugfix-only release, fixing the following upstream bugs:
    - PR tdep/15420 (Cannot debug threaded programs on newer versions of
      x86-solaris - Solaris 10, Update 10 or later)
    - PR remote/15455 (QTro remote packet broken)
    - PR build/15476 (Build failure due to incomplete enum type in utils.h)
    - PR server/15594 (tls support in 64x32 x86 gdbserver doesn't extend
      address to 64 bit)
    - PR server/15075 (dprintf inteferes with "next")
    - PR server/15434 (dprintf uses a synchronous 'continue' even in
      non-stop mode)
    - PR tui/14880 (In split register layouts, up results in assertion
      failure in value.c)
    - PR c++/15519 (GDB 7.6 is 94x slower than GDB 7.5.1 using a certain
      core file)
    - PR gdb/15837 (GDB prints entry values for local variables)
    - PR gdb/15415 (gdb resolves symbolic links when passing argv[0])
    - PR cli/15603 (CTRL-C can no longer interrupt inferior)
    - PR gdb/15604 (gdbserver socket leak 7.5 regression)
 -- Adam Conrad <email address hidden>   Wed, 09 Oct 2013 00:19:04 -0600

Available diffs

Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
gdb (7.6-5ubuntu4) saucy; urgency=low

  * Don't build-depend on gobjc on arm64, not yet built.
 -- Matthias Klose <email address hidden>   Tue, 08 Oct 2013 18:31:43 +0200

Available diffs

Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
gdb (7.6-5ubuntu3) saucy; urgency=low

  * debian/rules: Revert configuring with "MULTIARCH_TARGET=all" and go back
    to static list of targets. "all" is broken and does not work at least on
    ARM. (LP: #1233185)
 -- Martin Pitt <email address hidden>   Mon, 30 Sep 2013 17:54:20 +0200

Available diffs

Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
gdb (7.6-5ubuntu2) saucy; urgency=low

  * Re-apply changes dropped in last merge:
    - gdb suggest gdbserver, instead of depending on it.
    - gdb depends on libpython3-stdlib.
 -- Matthias Klose <email address hidden>   Tue, 30 Jul 2013 09:24:29 +0200

Available diffs

Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
gdb (7.6-5ubuntu1) saucy; urgency=low

  * Merge with Debian; remaining changes:
    - Add Multi-arch: allowed field to gdb.
    - gdb-strings.patch: Fix typo in gdb/remote.c.
    - ptrace-error-verbosity.patch: Try to make the PTRACE scope sysctl
      more discoverable via a verbose error message when failures happen.
  * Build using python3, recommend python3.
 -- Matthias Klose <email address hidden>   Sun, 28 Jul 2013 10:55:50 +0200
Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
gdb (7.6~20130417-0ubuntu1) raring; urgency=low

  * gdb 7.6 snapshot, taken from the 7.6 release branch. LP: #1166304.
  * Build again with Python2, not all pretty printers are ready for 3.x.
 -- Matthias Klose <email address hidden>   Thu, 18 Apr 2013 00:00:23 +0200
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
gdb (7.6~20130408-0ubuntu1) raring; urgency=low

  * gdb 7.6 snapshot, taken from the 7.6 release branch. LP: #1166304.
    - Adds support for Aarch64.
  * Build using Python3.
 -- Matthias Klose <email address hidden>   Mon, 08 Apr 2013 16:06:17 +0200
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
gdb (7.5-0ubuntu4) raring; urgency=low

  * Use python-config to pick up the python version.
  * Build-depend on libpython-dev, python:any.
 -- Matthias Klose <email address hidden>   Thu, 20 Dec 2012 16:21:32 +0100

Available diffs

Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
gdb (7.5-0ubuntu3) raring; urgency=low

  * Remove excessive fclose in gdbinit patch (LP: #1069897)
 -- <email address hidden> (Dr. David Alan Gilbert)   Sat, 24 Nov 2012 16:54:53 +0000

Available diffs

Published in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
gdb (7.4-2012.04-0ubuntu2.1) precise-proposed; urgency=low

  [ Mark Russell ]
  * Added Multi-arch: allowed field to gdb. (LP: #1036834)
 -- Adam Stokes <email address hidden>   Tue, 06 Nov 2012 11:19:38 -0500
Superseded in raring-release
Obsolete in quantal-release
gdb (7.5-0ubuntu2) quantal; urgency=low

  [ Mark Russell ]
  * Add Multi-arch: allowed field to gdb. (LP: #1036834)
 -- Adam Stokes <email address hidden>   Thu, 16 Aug 2012 14:29:05 -0400

Available diffs

Superseded in quantal-release
gdb (7.5-0ubuntu1) quantal; urgency=low

  * New upstream release 7.5.
  * Backport fix for PR gdb/14365. LP: #1006860.
  * Stop building libgdb-dev (libgdb.a not built anymore).
 -- Matthias Klose <email address hidden>   Wed, 22 Aug 2012 17:39:32 +0200
Superseded in quantal-release
gdb (7.4-2012.06-0ubuntu2) quantal; urgency=low

  * segfault-when-checking-for-ctor-of-lambda.diff:
    - don't segfault when trying to determine whether a field of a lambda
      is a or ctor/dtor, given the fields name, thanks Thomas Voß
      (lp: #1006860)
 -- Sebastien Bacher <email address hidden>   Fri, 13 Jul 2012 18:10:09 +0200
Superseded in quantal-release
gdb (7.4-2012.06-0ubuntu1) quantal; urgency=low

  * Update to the Linaro 7.4-2012.06 release.
 -- Matthias Klose <email address hidden>   Thu, 14 Jun 2012 09:38:38 +0200
Superseded in quantal-release
gdb (7.4-2012.04-0ubuntu3) quantal; urgency=low

  * Merge packaging bits from Debian unstable.
 -- Matthias Klose <email address hidden>   Tue, 12 Jun 2012 12:56:30 +0200
Superseded in precise-updates
Superseded in quantal-release
Deleted in precise-proposed (Reason: moved to -updates)
gdb (7.4-2012.04-0ubuntu2) precise-proposed; urgency=low

  * debian/control: enabling gdbserver package for armhf (LP: #989153)
 -- Ricardo Salveti de Araujo <email address hidden>   Thu, 26 Apr 2012 15:59:49 -0300
Superseded in precise-updates
Superseded in quantal-release
Deleted in precise-proposed (Reason: moved to -updates)
gdb (7.4-2012.04-0ubuntu1) precise-proposed; urgency=low

  * Update to the Linaro 7.4-2012.04 release. LP: #984994.
 -- Matthias Klose <email address hidden>   Wed, 18 Apr 2012 17:08:57 +0200
Superseded in quantal-release
Published in precise-release
gdb (7.4-2012.02-0ubuntu2) precise; urgency=low

  * Update and re-enable the gdb-7.2-gcore-relro-writer patch (Steve Beattie).
    LP: #954714.
 -- Matthias Klose <email address hidden>   Fri, 16 Mar 2012 01:32:38 +0100
Superseded in precise-release
gdb (7.4-2012.02-0ubuntu1) precise; urgency=low

  * Update to the Linaro 7.4-2012.02 release.
  * Disable the gdb-7.2-gcore-relro-writer patch (needs an update).
 -- Matthias Klose <email address hidden>   Tue, 13 Mar 2012 20:12:36 +0100
Superseded in precise-release
gdb (7.4-0ubuntu1) precise; urgency=low

  * gdb 7.4 release.
 -- Matthias Klose <email address hidden>   Tue, 24 Jan 2012 11:23:25 +0100

Available diffs

Superseded in precise-release
gdb (7.3.92-0ubuntu3) precise; urgency=low

  * Fix PR 9538 (handle debuginfo for symlinked files), taken from the trunk.
 -- Matthias Klose <email address hidden>   Tue, 24 Jan 2012 11:08:40 +0100
Superseded in precise-release
gdb (7.3.92-0ubuntu2) precise; urgency=low

  * Build-depend on lib64ncurses5-dev [i386 powerpc s390 sparc].
 -- Matthias Klose <email address hidden>   Sat, 21 Jan 2012 01:45:54 +0100

Available diffs

Superseded in precise-release
gdb (7.3.92-0ubuntu1) precise; urgency=low

  * gdb-7.4 release candidate 2.
 -- Matthias Klose <email address hidden>   Fri, 20 Jan 2012 21:26:22 +0100
Superseded in precise-release
gdb (7.3.1-2011.12-0ubuntu2) precise; urgency=low

  * Build-depend on lib64ncurses5-dev.
 -- Matthias Klose <email address hidden>   Fri, 09 Dec 2011 18:28:32 +0100
Superseded in precise-release
gdb (7.3.1-2011.12-0ubuntu1) precise; urgency=low

  * Update to the Linaro 7.3-2011-12 release.
 -- Matthias Klose <email address hidden>   Fri, 09 Dec 2011 16:15:50 +0100
Superseded in precise-release
gdb (7.3-0ubuntu3) precise; urgency=low

  * No-change rebuild to drop spurious libsfgcc1 dependency on armhf.
 -- Adam Conrad <email address hidden>   Fri, 02 Dec 2011 17:32:46 -0700

Available diffs

Obsolete in maverick-updates
Deleted in maverick-proposed (Reason: moved to -updates)
gdb (7.2-1ubuntu3.1) maverick-proposed; urgency=low

  * Add support to "gcore" command for executables with GNU_RELRO
    sections (Debian bug 606667, LP: #680588).
 -- Kees Cook <email address hidden>   Fri, 16 Sep 2011 11:17:31 -0700

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
gdb (7.3-0ubuntu2) oneiric; urgency=low

  * Update to the Linaro 7.3-2011-08 release.
 -- Matthias Klose <email address hidden>   Thu, 18 Aug 2011 11:00:25 +0200

Available diffs

Superseded in oneiric-release
gdb (7.3-0ubuntu1) oneiric; urgency=low

  * New upstream release.
  * Update Linaro changes to 7.3-2011-08~.
 -- Matthias Klose <email address hidden>   Mon, 08 Aug 2011 07:45:57 +0200

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
gdb (7.2-1ubuntu11) natty; urgency=low

  * Fix minor ARM prologue parsing bug (Ulrich Weigand). LP: #684218.
 -- Matthias Klose <email address hidden>   Thu, 24 Mar 2011 10:41:22 +0100

Available diffs

Superseded in natty-release
gdb (7.2-1ubuntu10) natty; urgency=low

  * Update with changes from the Linaro 7.2-2011.03-0 release (Ulrich Weigand).
  * Configure with --with-pkgversion, don't run post-patches.
 -- Matthias Klose <email address hidden>   Tue, 15 Mar 2011 16:14:08 +0100

Available diffs

Superseded in natty-release
gdb (7.2-1ubuntu9) natty; urgency=low

  * Set MULTIARCH_TARGETS similarly to binutils-multiarch to avoid the need
    for users to specify which actual target they care about.
 -- Loic Minier <email address hidden>   Tue, 08 Mar 2011 14:31:09 +0100

Available diffs

Superseded in natty-release
gdb (7.2-1ubuntu8) natty; urgency=low

  * Add gdb-multiarch package supporting extra bfd targets similarly to
    binutils-multiarch; the package is constructed much like gdb64 except that
    it's build with the gdb configure flags and --enable-targets=all for now.
  * New patch, disable-werror-on-coff-tic, fixes build of coff stuff with
    gcc-4.5; from upstream mailing-list.
 -- Loic Minier <email address hidden>   Tue, 18 Jan 2011 17:44:56 +0100

Available diffs

Superseded in natty-release
gdb (7.2-1ubuntu7) natty; urgency=low

  * Pass --gdb-datadir=/usr/share/gdb-$triplet when building a cross-gdb and
    update gdb.install sed snippet to match; fixes conflict with gdb;
    Debian #603347.
 -- Loic Minier <email address hidden>   Mon, 17 Jan 2011 17:50:20 +0100

Available diffs

Superseded in natty-release
gdb (7.2-1ubuntu6) natty; urgency=low

  * Add support to "gcore" command for executables with GNU_RELRO
    sections (Debian bug 606667, LP: #680588).
 -- Kees Cook <email address hidden>   Thu, 09 Dec 2010 19:47:22 -0800

Available diffs

Superseded in natty-release
gdb (7.2-1ubuntu5) natty; urgency=low

  * Rebuild with python 2.7.
 -- Matthias Klose <email address hidden>   Thu, 09 Dec 2010 15:09:43 +0100

Available diffs

Superseded in natty-release
gdb (7.2-1ubuntu4) natty; urgency=low

  * No-change upload to drop upstream changelog.
 -- Martin Pitt <email address hidden>   Fri, 03 Dec 2010 08:55:48 +0100

Available diffs

Superseded in natty-release
Superseded in maverick-updates
Deleted in maverick-proposed (Reason: moved to -updates)
gdb (7.2-1ubuntu3) maverick-proposed; urgency=low

  * Re-add debian/patches/ptrace-error-verbosity.patch that got
    accidentally dropped in the 7.2 merge: try to make PTRACE scope
    sysctl more discoverable (LP: #667815).
 -- Kees Cook <email address hidden>   Thu, 28 Oct 2010 07:16:05 -0700

Available diffs

Superseded in natty-release
Obsolete in maverick-release
gdb (7.2-1ubuntu2) maverick; urgency=low

  * Really disable building the gdb-minimal package.
 -- Matthias Klose <email address hidden>   Mon, 06 Sep 2010 13:43:20 +0200

Available diffs

Superseded in maverick-release
gdb (7.2-1ubuntu1) maverick; urgency=low

  * Merge with Debian; remaining changes:
    - PIE testsuite support.
    - Fix some typos in messages.
    - Don't build the gdb-minimal package.
    - Install symlink to compressed gdb64 manpage.
    - Don't install the upstream changelog in gdbserver.

Available diffs

Superseded in maverick-release
gdb (7.1-1ubuntu4) maverick; urgency=low

  * debian/patches/ptrace-error-verbosity.patch: update for new yama path.
 -- Kees Cook <email address hidden>   Tue, 06 Jul 2010 15:26:03 -0700

Available diffs

Superseded in maverick-release
gdb (7.1-1ubuntu3) maverick; urgency=low

  * Add debian/patches/ptrace-error-verbosity.patch: try to make PTRACE
    scope sysctl more discoverable.
 -- Kees Cook <email address hidden>   Tue, 08 Jun 2010 15:46:44 -0700

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
gdb (7.1-1ubuntu2) lucid; urgency=low

  * Fix TBB TBH decoding in Thumb-2, patch taken from the trunk.
 -- Matthias Klose <email address hidden>   Thu, 08 Apr 2010 11:48:33 +0200

Available diffs

Superseded in lucid-release
gdb (7.1-1ubuntu1) lucid; urgency=low

  * Merge with Debian; remaining changes:

Superseded in lucid-release
gdb (7.0.90.20100311-0ubuntu1) lucid; urgency=low

  [ Matthias Klose ]
  * Snapshot, taken from the 7.1 release branch. LP: #535179.
  * Adjust patches, remove obsolete patches.

  [ Kees Cook ]
  * Rebase PIE testsuite, updates patch series.
 -- Matthias Klose <email address hidden>   Thu, 11 Mar 2010 17:52:58 +0100
Superseded in lucid-release
gdb (7.0.1-2ubuntu3) lucid; urgency=low

  * On ARM, add support for single-stepping through IF-THEN blocks (taken
    from the trunk).
 -- Matthias Klose <email address hidden>   Tue, 09 Mar 2010 15:37:16 +0100

Available diffs

Superseded in lucid-release
gdb (7.0.1-2ubuntu2) lucid; urgency=low

  * gdb: Make gdbserver a suggestion instead of a dependency.
  * gdbserver: Don't install the toplevel upstream changelog.
 -- Matthias Klose <email address hidden>   Sat, 27 Feb 2010 10:58:31 +0100

Available diffs

Superseded in lucid-release
gdb (7.0.1-2ubuntu1) lucid; urgency=low

  * Merge with Debian; remaining changes:
    - debian/rules: on sparc, configure the 64bit build with --disable-werror.
    - Work around a build failure on the ia64 buildd.
    - PIE support.
    - Add patch to handle debug_info less frames better.
    - Fix some typos in messages.
    - reduce build-id verbosity.
    - fixup PPC auxv prototype.
  * Don't build the gdb-minimal package.

Available diffs

Superseded in lucid-release
gdb (7.0.1-0ubuntu1) lucid; urgency=low

  * New upstream version.
 -- Matthias Klose <email address hidden>   Thu, 31 Dec 2009 10:07:48 +0100

Available diffs

Superseded in lucid-release
gdb (7.0-1ubuntu2) lucid; urgency=low

  * [arm] Prevent disassembler from aborting on an invalid Thumb2 instruction,
    taken from the trunk.
 -- Matthias Klose <email address hidden>   Tue, 15 Dec 2009 14:41:05 +0100

Available diffs

Superseded in lucid-release
gdb (7.0-1ubuntu1) lucid; urgency=low

  * Merge with Debian; remaining changes:
    - debian/rules: on sparc, configure the 64bit build with --disable-werror.
    - Work around a build failure on the ia64 buildd.
    - PIE support.
    - Add patch to handle debug_info less frames better.
    - Fix some typos in messages.
    - reduce build-id verbosity.
    - fixup PPC auxv prototype.
  * Update to the 7.0 branch 20091120.
    - Add Thumb2 debugging for armel.

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
gdb (7.0-0ubuntu1) karmic; urgency=low

  * 7.0 final release.
    - Fix PR gdb/10649.

 -- Matthias Klose <email address hidden>   Fri, 09 Oct 2009 09:27:53 +0200

Available diffs

Superseded in karmic-release
gdb (6.8.92-0ubuntu1) karmic; urgency=low

  * 7.0 prerelease 2.

 -- Matthias Klose <email address hidden>   Thu, 01 Oct 2009 15:04:44 +0200
Superseded in karmic-release
gdb (6.8.90.20090918-0ubuntu2) karmic; urgency=low

  * Update gdb-workaround-rh-stack-off.patch:
    - reduce build-id verbosity.
    - fixup PPC auxv prototype.

 -- Kees Cook <email address hidden>   Sat, 19 Sep 2009 10:26:41 -0700
Superseded in karmic-release
gdb (6.8.90.20090918-0ubuntu1) karmic; urgency=low

  [ Matthias Klose ]
  * Merge with Debian; remaining changes:
    - debian/rules: on sparc, configure the 64bit build with --disable-werror.
  * Update to the 7.0 release branch.

  [ Kees Cook ]
  * Add patches to support PIE, thanks to RH's 6.8.91.20090917 branch:
    - gdb-6.3-test-pie-20050107.patch
    - gdb-6.5-bz203661-emit-relocs.patch
    - gdb-workaround-rh-stack-on.patch (workaround lack of Archer, CRC)
    - gdb-6.6-buildid-locate.patch
    - gdb-6.3-pie-20050110.patch
    - gdb-workaround-rh-stack-off.patch (undo workarounds)

Superseded in karmic-release
gdb (6.8.50.20090628-1ubuntu3) karmic; urgency=low

  * Refresh PIE support patches to gain analysis of PIE core files.

 -- Kees Cook <email address hidden>   Tue, 14 Jul 2009 13:20:57 -0700
Superseded in karmic-release
gdb (6.8.50.20090628-1ubuntu2) karmic; urgency=low

  * Replace the gdbtui binary by a shell script. LP: #244065.
  * Enable parallel builds.

 -- Matthias Klose <email address hidden>   Mon, 06 Jul 2009 13:59:42 +0200
Superseded in karmic-release
gdb (6.8.50.20090628-1ubuntu1) karmic; urgency=low

  * Merge with Debian; remaining changes:
    - debian/rules: on sparc, configure the 64bit build woth --disable-werror.
    - Support nocheck and parallel=<n> in DEB_BUILD_OPTIONS.
    - lpia fix for running the check target.
    - Work around a build failure on the ia64 buildd.
  * Disable patches (not yet updated): pie-support-alt, pie-support-tests,
    handle-nodebuginfo-better.

Superseded in karmic-release
Obsolete in jaunty-release
Obsolete in intrepid-release
gdb (6.8-3ubuntu2) intrepid; urgency=low

  * debian/rules: on sparc, configure the 64bit build woth --disable-werror.
  * Reapply debian/patches/gdb-cvs-reinit_frame_cache.patch. LP: #196274.

 -- Matthias Klose <email address hidden>   Tue, 24 Jun 2008 15:42:23 +0200

Available diffs

Obsolete in hardy-updates
Deleted in hardy-proposed (Reason: moved to -updates)
gdb (6.8-1ubuntu3) hardy-proposed; urgency=low

  * Reapply debian/patches/gdb-cvs-reinit_frame_cache.patch. LP: #196274.
  * Do not build-depend on gcj on hppa.

 -- Matthias Klose <email address hidden>   Mon, 08 Sep 2008 20:52:51 +0200

Available diffs

Superseded in intrepid-release
gdb (6.8-3ubuntu1) intrepid; urgency=low

  * Merge with Debian; remaining changes:
    - PIE support.
    - dwarf2-stack-boundry.diff - security fix for CVE-2006-4146.
    - Add patch to handle debug_info less frames better.
    - Fix some typos in messages.
  * Fix build errors with gcc-4.3.
  * TODO: Fix testcases failing with default hardening options.

Available diffs

Superseded in hardy-updates
Superseded in intrepid-release
Deleted in hardy-proposed (Reason: moved to -updates)
gdb (6.8-1ubuntu2) hardy-proposed; urgency=low

  [ Robert Collins ]
  * Add patch from Michael Matz to handle debug_info less frames better.
    Origin of patch: https://bugzilla.novell.com/show_bug.cgi?id=390722#c25
    (LP: #111869).

  [ Martin Pitt ]
  * Port above patch for amd64, too, since it suffers from the same problem.

 -- Robert Collins <email address hidden>   Mon, 26 May 2008 11:49:07 +0200
Superseded in intrepid-release
Obsolete in hardy-release
gdb (6.8-1ubuntu1) hardy; urgency=low

  * Merge with Debian; remaining changes:
    - PIE support.
    - dwarf2-stack-boundry.diff - security fix for CVE-2006-4146.
  * Remove patches merged upstream.
  * Update pie-support patch.

151225 of 257 results