[Crosstoolchain-logs] [gdb] 01/01: Add stuff from ANNOUNCE to our changelog
Samuel Bronson
naesten-guest at moszumanska.debian.org
Wed May 7 23:45:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
naesten-guest pushed a commit to branch master
in repository gdb.
commit 0855290dec27280cbec1487f44ebf9442d0cfba6
Author: Samuel Bronson <naesten at gmail.com>
Date: Wed May 7 19:45:16 2014 -0400
Add stuff from ANNOUNCE to our changelog
---
debian/changelog | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 77 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a0d8520..04b70f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,15 +2,84 @@ gdb (7.7-1) UNRELEASED; urgency=medium
* 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
+ - 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
* debian/gdb-minimal.manpages: Remove because manpages are dead to us
* debian/rules:
- Update for the new release.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb.git
More information about the Crosstoolchain-logs
mailing list