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 077a039f70 Fix assembler tests to work with toolchains that have been c [...] new b2b2a21598 Fix test_gdb_complete_tab_multiple race new 41fc454c91 Make gdb::option::complete_options save processed arguments too new 3d9be6f531 Teach gdb::option about string options new a994424fa1 Fix latent bug in test_gdb_complete_cmd_multiple new 5f4ba3e701 pipe command completer
The 5 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 | 52 +++++++++ gdb/cli/cli-cmds.c | 92 +++++++++++++-- gdb/cli/cli-option.c | 156 ++++++++++++++++++++----- gdb/cli/cli-option.h | 21 ++++ gdb/cli/cli-utils.c | 7 +- gdb/maint-test-options.c | 138 ++++++++++++++-------- gdb/testsuite/ChangeLog | 32 ++++++ gdb/testsuite/gdb.base/options.exp | 190 +++++++++++++++++++++++-------- gdb/testsuite/gdb.base/shell.exp | 47 +++++++- gdb/testsuite/lib/completion-support.exp | 11 +- 10 files changed, 609 insertions(+), 137 deletions(-)