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 f3869b1a41 Remove return value from remove_breakpoints_inf new 970f9d091d Fix defaults of some "maint test-settings" subcommands new d1fcf2fded Fix a few comments in maint-test-settings.c new c6ac893109 "maint test-settings set/show" -> "maint set/show test-settings" new fdbc98707b Introduce the "with" command
The 4 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 | 65 ++++++ gdb/NEWS | 18 +- gdb/cli/cli-cmds.c | 134 ++++++++++++- gdb/cli/cli-cmds.h | 15 ++ gdb/cli/cli-setshow.c | 74 +++---- gdb/cli/cli-setshow.h | 5 + gdb/command.h | 19 +- gdb/doc/ChangeLog | 13 ++ gdb/doc/gdb.texinfo | 107 +++++++++- gdb/maint-test-settings.c | 167 ++++++++-------- gdb/maint.c | 28 +++ gdb/testsuite/ChangeLog | 17 ++ gdb/testsuite/gdb.base/settings.exp | 35 ++-- gdb/testsuite/gdb.base/{options.c => with.c} | 10 +- gdb/testsuite/gdb.base/with.exp | 289 +++++++++++++++++++++++++++ gdb/top.c | 7 +- 16 files changed, 843 insertions(+), 160 deletions(-) copy gdb/testsuite/gdb.base/{options.c => with.c} (93%) create mode 100644 gdb/testsuite/gdb.base/with.exp