[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gdb_7.3-1~bpo60+1_amd64.changes is NEW



(new) gdb-minimal_7.3-1~bpo60+1_amd64.deb optional devel
The 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, it works for C, C++, Fortran,
 Modula 2 and Java programs. A must-have for any serious
 programmer.
 .
 This package contains a minimal version of GDB with optional features
 disabled.
(new) gdb-source_7.3-1~bpo60+1_all.deb optional devel
The 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, it works for C, C++, Fortran
 Modula 2 and Java programs. A must-have for any serious
 programmer.
 .
 This package contains the sources and patches which are needed
 to build GDB.
(new) gdb_7.3-1~bpo60+1.debian.tar.gz optional devel
(new) gdb_7.3-1~bpo60+1.dsc optional devel
(new) gdb_7.3-1~bpo60+1_amd64.deb optional devel
The 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, it works for C, C++, Fortran,
 Modula 2 and Java programs. A must-have for any serious
 programmer.
(new) gdb_7.3.orig.tar.bz2 optional devel
(new) gdbserver_7.3-1~bpo60+1_amd64.deb optional devel
The 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, it works for C, C++, Fortran
 Modula 2 and Java programs. A must-have for any serious
 programmer.
 .
 This package contains gdbserver.  Install this to debug remotely
 from another system where GDB is installed.
(new) libgdb-dev_7.3-1~bpo60+1_amd64.deb extra libdevel
The GNU Debugger (libgdb.a)
 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 libgdb.a, the bulk of GDB as a linkable
 library.  It is provided for an IDE which links to libgdb.a.  Please
 do not use libgdb.a for new projects.
Changes: gdb (7.3-1~bpo60+1) squeeze-backports; urgency=low
 .
  * Rebuild for squeeze-backports.
 .
gdb (7.3-1) unstable; urgency=low
 .
  * New upstream release, including:
    - Initial OpenCL C language support has been added
    - C++ enhancements:
       * Template parameters are now in scope when debugging in an
         instantiation
       * The motion commands "next", "finish", "until", and "advance" now
         work better when exceptions are thrown
    - Improved Python support, enhancing the existing APIs as well as
      introducing new ones.
    - Improved thread debugging support:
       * GDB now understands thread names
       * A new command "thread find [REGEXP]" has been added
    - GDBserver enhancements:
       * Support for PowerPC LynxOS (versions 4.x and 5.x) and i686 LynxOS
         (version 5.x)
       * Support for Blackfin Linux
    - Support for reading and writing a new .gdb_index section,
      containing a fast index of DWARF debugging info
    - Various GDB/MI improvements
    - Support for ia64 HP-UX (ia64-*-hpux*) has been added
    - Target support for Analog Devices, Inc. Blackfin Processors (bfin-*)
    - GNU simulator improvements:
       * New --map-info flag
       * CFI flash simulation support
    - Other worthy improvments (in random order):
      * The "catch syscall" command is now available on mips-linux.
      * New GDB Commands: "set directories"
      * Support for using labels in linespecs (Eg you can use "advance label")
      * The "watch" command now accepts an optional "-location" argument
      * Thread debugging of core dumps now supported on GNU/Linux
      * Ranged breakpoints support (PowerPC BookE running Linux 2.6.34 or later)
      * Support for Ada task switching inside programs using the Ravenscar profile
    - See gdb/NEWS for more detailed information.
 .
gdb (7.3.50~cvs20110627-2) experimental; urgency=low
 .
  * Restrict prelink build depend to linux-any architectures.
  * Fix cross-build target:
    - Set DEB_BUILD_GNU_TYPE and use it for --build= instead of
    DEB_HOST_GNU_TYPE; Thanks Loïc Minier (Closes: #601028)
  * Add preliminary support for armhf.
    - Thanks Konstantinos Margaritis (Closes: #596953)
 .
gdb (7.3.50~cvs20110627-1) experimental; urgency=low
 .
  * Upstream pre-release based on CVS date 20110627.
  * Drop Daniel Jacobowitz as Maintainer.
      - Thanks for all this years.
  * Add myself as Maintainer.
  * Bump standards version.
  * Add local-option for unapply-patches.
  * Add prelink build depend, needed for tests run.
 .
gdb (7.2-1) unstable; urgency=low
 .
  * New upstream release, including:
    - C++ improvements including argument-dependent lookup, improved
      user-defined operator support, and static const member evaluation.
    - Expanded Python API.
    - Tracepoint improvements, including x86 gdbserver support for tracepoints
      and static tracepoints.
    - Observer mode support.  You can attach to a program in observer mode
      and GDB will not allow you to modify the program's state at all.
    - x86 byte and half-word register names, and 32-bit register named
      on 64-bit targets.
    - The "eval" command for the GDB CLI.
    - "save breakpoints" to save breakpoints between sessions.
    - Improved hardware breakpoint support for PowerPC.
 .
gdb (7.1-2) unstable; urgency=low
 .
  * Add sanitize-gdb.sh and README.source to source package (used to create
    tarballs).
  * Fix cross-gdb build.  Patch from Hector Oron.  (Closes: #575923).
 .
gdb (7.1-1) unstable; urgency=low
 .
  * New upstream release, including:
    - PIE support (Closes: #346409).
    - C++ improvements, including static_cast<> et al, namespace imports,
      and bug fixes in printing virtual base classes.
    - Multi-program debugging.  One GDB can now debug multiple programs
      at the same time.
    - Python scripting improvements, including gdb.parse_and_eval.
    - Updated MIPS Linux signal frame layout (Closes: #570875).
    - No internal error stepping over _dl_debug_state (Closes: #569551).
  * Update to Standards-Version: 3.8.4 (no changes required).
  * Include more relevant (and smaller) docs in the gdbserver package
    (Closes: #571132).
  * Do not duplicate documentation in gdb64, gdb-source, and libgdb-dev.
  * Fix crash when switching into TUI mode (Closes: #568489).


Override entries for your package:

Announcing to debian-backports-changes@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.
e
if files already exist in other distributions.


Reply to: