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 b777eb6de2 Remove init_cli_cmds new 021d8588f6 gdb: Allow quoting around string options in the gdb::option [...] new b16507e091 gdb: Make use of gdb::option framework for some info commands new 60cfcb20ce gdb: Add command completers for some info commands
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 | 35 +++++++++ gdb/NEWS | 4 +- gdb/cli/cli-option.c | 5 +- gdb/cli/cli-utils.c | 151 +++++++++++++------------------------ gdb/cli/cli-utils.h | 45 +++++++---- gdb/gdbsupport/common-utils.c | 59 +++++++++++++++ gdb/gdbsupport/common-utils.h | 10 +++ gdb/stack.c | 48 ++++-------- gdb/symtab.c | 63 +++++++--------- gdb/testsuite/ChangeLog | 6 ++ gdb/testsuite/gdb.base/options.exp | 56 +++++++++----- 11 files changed, 283 insertions(+), 199 deletions(-)