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 b2188a06e45 update name of several Ada fixed-point type handling functions new a7b9ceb8b44 Fix the only incorrect case found by command_structure_inva [...] new 58e6ac70065 Add a selftest that detects a 'corrupted' command tree stru [...] new 0605465feb5 Fix problem that alias can be defined or not depending on t [...] new 3f4d92ebdf7 Fix the problems reported by prefix check of command-def-se [...] new 89bcba74f89 command-def-selftests.c: detect missing or wrong prefix cmd [...] new 7aa1b46f432 Fix inconsistent output of prefix and bugs in 'show' command new 3b3aaacba15 Fix/improve 'help CLASS' output new 7c05caf72d3 Fix/improve 'apropos' output new 57b4f16e494 Ensure class_alias is only used for user-defined aliases. new 5b4a1a8dbe6 Update NEWS and documentation for help and apropos changes.
The 10 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 | 96 ++++++++ gdb/Makefile.in | 2 +- gdb/NEWS | 8 + gdb/breakpoint.c | 12 +- gdb/cli/cli-cmds.c | 34 ++- gdb/cli/cli-decode.c | 267 +++++++++++++++------ gdb/cli/cli-decode.h | 3 - gdb/cli/cli-setshow.c | 38 +-- gdb/cli/cli-setshow.h | 3 +- gdb/command.h | 49 +++- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 22 +- gdb/dwarf2/index-cache.c | 2 +- gdb/infcmd.c | 6 +- gdb/remote-fileio.c | 8 +- gdb/remote-fileio.h | 4 +- gdb/remote.c | 2 +- gdb/reverse.c | 10 +- gdb/stack.c | 2 +- gdb/symfile.c | 4 +- gdb/testsuite/ChangeLog | 23 ++ gdb/testsuite/gdb.base/alias.exp | 11 +- gdb/testsuite/gdb.base/default.exp | 4 +- gdb/testsuite/gdb.base/help.exp | 51 ++-- gdb/tracepoint.c | 4 +- ...elp-doc-selftests.c => command-def-selftests.c} | 114 ++++++++- 26 files changed, 599 insertions(+), 185 deletions(-) rename gdb/unittests/{help-doc-selftests.c => command-def-selftests.c} (51%)