gdb and binutils branch master updated. b5be8ce022f894831b133b3b424238d8058eb29e
| Newsgroups | gmane.comp.gdb.top-level.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
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 <[email protected]>
Joel Brobecker <[email protected]>
* 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