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 e683cb41204 arm: Fix bugs with MVE vmov from two GPRs to vector lanes new 413b49c2b66 gdb: move cmd_list_element::prefixname to cli/cli-decode.c new ecd0a6b35d3 gdb: don't handle old == nullptr in add_alias_cmd new 14b42fc4a0e gdb: rename cmd_list_element::prefixlist to subcommands new 9985872497e gdb: rename cmd_list_element::cmd_pointer to target new 1be99b11f8d gdb: add cmd_list_element::is_alias new 3d0b3564108 gdb: add cmd_list_element::is_prefix new 034dce7a476 gdb: add cmd_list_element::is_command_class_help
The 7 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 | 38 ++++++ gdb/auto-load.c | 2 +- gdb/cli/cli-cmds.c | 6 +- gdb/cli/cli-decode.c | 217 +++++++++++++++++----------------- gdb/cli/cli-decode.h | 34 +++--- gdb/cli/cli-script.c | 30 ++--- gdb/cli/cli-setshow.c | 12 +- gdb/command.h | 5 +- gdb/completer.c | 8 +- gdb/guile/scm-cmd.c | 4 +- gdb/python/py-cmd.c | 6 +- gdb/top.c | 6 +- gdb/unittests/command-def-selftests.c | 8 +- 13 files changed, 204 insertions(+), 172 deletions(-)