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 0fcd58d843c libsframe: Use AM_SILENT_RULES macro in configure.ac new 7aeb03e2d41 GDB: Allow arbitrary keywords in integer set commands new 76b58849c5f GDB: Add a character string limiting option new 77519ab324b GDB/testsuite: Expand for character string limiting options
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/NEWS | 14 + gdb/ada-valprint.c | 6 +- gdb/c-lang.c | 4 +- gdb/c-valprint.c | 5 +- gdb/cli/cli-cmds.c | 59 ++-- gdb/cli/cli-decode.c | 321 ++++++++++++++++----- gdb/cli/cli-option.c | 104 ++++--- gdb/cli/cli-option.h | 54 +++- gdb/cli/cli-setshow.c | 247 ++++++++-------- gdb/cli/cli-setshow.h | 20 +- gdb/command.h | 113 ++++++-- gdb/doc/gdb.texinfo | 44 ++- gdb/doc/python.texi | 33 ++- gdb/guile/scm-param.c | 320 ++++++++++++-------- gdb/language.h | 2 +- gdb/m2-lang.c | 3 +- gdb/m2-valprint.c | 4 +- gdb/maint-test-options.c | 44 +-- gdb/p-lang.c | 3 +- gdb/p-valprint.c | 9 +- gdb/printcmd.c | 9 +- gdb/python/py-param.c | 296 ++++++++++++------- gdb/python/py-value.c | 4 +- gdb/python/python.c | 56 ++-- gdb/testsuite/gdb.ada/str_chars.exp | 70 +++++ .../gdb.ada/{call_pn => str_chars}/foo.adb | 15 +- gdb/testsuite/gdb.base/default.exp | 7 + gdb/testsuite/gdb.base/max-value-size.exp | 2 +- gdb/testsuite/gdb.base/options.exp | 48 +-- gdb/testsuite/gdb.base/printcmds.exp | 68 +++-- gdb/testsuite/gdb.base/setshow.exp | 22 ++ gdb/testsuite/gdb.base/settings.exp | 2 +- gdb/testsuite/gdb.base/with.exp | 2 +- gdb/testsuite/gdb.guile/scm-parameter.exp | 34 ++- gdb/testsuite/gdb.pascal/str-chars.exp | 55 ++++ .../gdb.pascal/{stub-method.pas => str-chars.pas} | 17 +- gdb/testsuite/gdb.python/py-format-string.exp | 51 +++- gdb/testsuite/gdb.python/py-parameter.exp | 28 +- gdb/tracepoint.c | 4 +- gdb/valprint.c | 99 +++++-- gdb/valprint.h | 26 +- 41 files changed, 1592 insertions(+), 732 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/str_chars.exp copy gdb/testsuite/gdb.ada/{call_pn => str_chars}/foo.adb (80%) create mode 100644 gdb/testsuite/gdb.pascal/str-chars.exp copy gdb/testsuite/gdb.pascal/{stub-method.pas => str-chars.pas} (78%)