From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2918 invoked by alias); 13 Nov 2013 02:55:07 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 2895 invoked by uid 9190); 13 Nov 2013 02:55:06 -0000 Date: Wed, 13 Nov 2013 02:55:00 -0000 Message-ID: <20131113025504.2859.qmail@sourceware.org> From: brobecke@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 93973826c486a6b7b03eddb201e3ce994dd0fb5b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 846060dfd8ec2bf0e78b4049a89b51438bfe0072 X-Git-Newrev: 93973826c486a6b7b03eddb201e3ce994dd0fb5b X-SW-Source: 2013-q4/txt/msg00127.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 93973826c486a6b7b03eddb201e3ce994dd0fb5b (commit) from 846060dfd8ec2bf0e78b4049a89b51438bfe0072 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=93973826c486a6b7b03eddb201e3ce994dd0fb5b commit 93973826c486a6b7b03eddb201e3ce994dd0fb5b Author: Joel Brobecker Date: Tue Nov 12 13:43:44 2013 +0400 Replace "info-ada-exceptions" by "ada-exceptions" in -list-features Rather than having -list-features report support for the GDB/MI commands providing access to Ada exception catchpoints with one entry, and the GDB/MI command providing the list of Ada exceptions with a second entry, this patch merges it all within one single entry. This is OK, because all these commands were added within a short amount of time, and within the same release cycle; and it reduces a bit the size of the output. gdb/ChangeLog: * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions" entry with "ada-exceptions". gdb/doc/ChangeLog: * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete the documentation of "info-ada-exceptions" in the output of the "-list-features" command. Add the documentation of the "ada-exception" entry instead. ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 5 +++++ gdb/doc/ChangeLog | 8 ++++++++ gdb/doc/gdb.texinfo | 6 ++++-- gdb/mi/mi-main.c | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) hooks/post-receive -- gdb and binutils