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 7ed7e43 Fix typo in changelog entry new 01770bb Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitution new ec83536 Test user-defined gdb commands and arguments stack new df3ee9c Support an "unlimited" number of user-defined arguments
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 | 32 ++++++ gdb/NEWS | 15 +++ gdb/cli/cli-script.c | 200 +++++++++++++++++++----------------- gdb/cli/cli-script.h | 6 ++ gdb/doc/ChangeLog | 12 +++ gdb/doc/gdb.texinfo | 22 +++- gdb/printcmd.c | 3 + gdb/testsuite/ChangeLog | 19 ++++ gdb/testsuite/gdb.base/commands.exp | 134 ++++++++++++++++++++++++ 9 files changed, 348 insertions(+), 95 deletions(-)