From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18673 invoked by alias); 14 Nov 2013 10:32:16 -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 18649 invoked by uid 9190); 14 Nov 2013 10:32:15 -0000 Date: Thu, 14 Nov 2013 10:32:00 -0000 Message-ID: <20131114103213.18627.qmail@sourceware.org> From: brobecke@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. b5be8ce022f894831b133b3b424238d8058eb29e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 671afef641d8cf0672e36d7afeb053c8d01c294e X-Git-Newrev: b5be8ce022f894831b133b3b424238d8058eb29e X-SW-Source: 2013-q4/txt/msg00145.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 b5be8ce022f894831b133b3b424238d8058eb29e (commit) from 671afef641d8cf0672e36d7afeb053c8d01c294e (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=b5be8ce022f894831b133b3b424238d8058eb29e commit b5be8ce022f894831b133b3b424238d8058eb29e Author: Joel Brobecker Date: Mon Nov 11 09:19:32 2013 +0400 New function cli-utils.c:extract_arg_const This function provides the exact same functionality as extract_arg, except that it takes a "const char**" instead of a "char **". It allows us also to re-implement extract_arg almost as a simple wrapper around the new function. gdb/ChangeLog: Pedro Alves Joel Brobecker * cli/cli-utils.h (extract_arg_const): Add declaration. * cli/cli-utils.c (extract_arg_const): New function. (extract_arg): Reimplement using extract_arg_const. ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 7 +++++++ gdb/cli/cli-utils.c | 25 +++++++++++++++++-------- gdb/cli/cli-utils.h | 7 +++++++ 3 files changed, 31 insertions(+), 8 deletions(-) hooks/post-receive -- gdb and binutils