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 e7e97a2ecd Also check for strerror_r in gdbserver new 9ad9b77d64 Implement convenience functions to examine GDB settings. new f3fb2519e6 Test the convenience functions $_gdb_setting and $_gdb_setting_str. new aed61d02fb NEWS and documentation for $_gdb_setting and $_gdb_setting_str.
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 | 15 +++ gdb/NEWS | 6 + gdb/cli/cli-cmds.c | 232 ++++++++++++++++++++++++++++++++++++ gdb/cli/cli-setshow.c | 2 +- gdb/cli/cli-setshow.h | 2 +- gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 91 +++++++++++++- gdb/testsuite/ChangeLog | 10 ++ gdb/testsuite/gdb.base/default.exp | 4 + gdb/testsuite/gdb.base/setshow.exp | 74 +++++++++++- gdb/testsuite/gdb.base/settings.exp | 101 ++++++++++++++-- 11 files changed, 530 insertions(+), 13 deletions(-)