This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from e822f2cda9b Disable parts of gdb.base/source-dir.exp on remote host new cf00cd6faf3 default-args: allow to define default arguments for aliases new 746ebfe8dd7 Add tests for new alias default-args related commands and a [...] new 5b860c93e3c NEWS and documentation for alias default-args related conce [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 48 +++++ gdb/NEWS | 15 ++ gdb/cli/cli-cmds.c | 247 +++++++++++++++++----- gdb/cli/cli-decode.c | 110 ++++++++-- gdb/cli/cli-decode.h | 4 + gdb/cli/cli-script.c | 12 +- gdb/command.h | 2 + gdb/completer.c | 2 +- gdb/doc/ChangeLog | 8 + gdb/doc/gdb.texinfo | 118 ++++++++++- gdb/guile/scm-cmd.c | 2 +- gdb/guile/scm-param.c | 6 +- gdb/infcmd.c | 6 +- gdb/python/py-auto-load.c | 4 +- gdb/python/py-cmd.c | 2 +- gdb/python/py-param.c | 4 +- gdb/remote.c | 4 +- gdb/testsuite/ChangeLog | 12 ++ gdb/testsuite/gdb.base/alias.exp | 2 +- gdb/testsuite/gdb.base/{with.c => default-args.c} | 6 +- gdb/testsuite/gdb.base/default-args.exp | 123 +++++++++++ gdb/testsuite/gdb.base/default.exp | 4 +- gdb/testsuite/gdb.base/help.exp | 2 +- gdb/testsuite/gdb.base/page.exp | 4 +- gdb/testsuite/gdb.base/style.exp | 8 +- gdb/testsuite/gdb.guile/guile.exp | 2 +- gdb/testsuite/gdb.python/python.exp | 2 +- gdb/top.c | 21 +- gdb/tracepoint.c | 6 +- 29 files changed, 669 insertions(+), 117 deletions(-) copy gdb/testsuite/gdb.base/{with.c => default-args.c} (96%) create mode 100644 gdb/testsuite/gdb.base/default-args.exp