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 f4afd6cb1b7 [gdb] Fix grammar in comments and docs new baab375361c gdb: building inferior strings from within GDB
The 1 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/ada-lang.c | 13 + gdb/c-lang.c | 14 +- gdb/cli/cli-cmds.c | 18 +- gdb/f-lang.c | 10 + gdb/f-lang.h | 5 + gdb/guile/scm-math.c | 4 +- gdb/language.c | 10 + gdb/language.h | 6 + gdb/python/py-value.c | 8 +- .../internal-string-values.c} | 9 +- gdb/testsuite/gdb.base/internal-string-values.exp | 279 +++++++++++++++++++++ gdb/testsuite/gdb.base/print-internal-string.c | 56 +++++ gdb/testsuite/gdb.base/print-internal-string.exp | 64 +++++ gdb/testsuite/gdb.base/settings.exp | 2 +- gdb/testsuite/gdb.python/py-mi.exp | 2 +- gdb/valops.c | 23 +- gdb/value.c | 5 +- gdb/value.h | 41 ++- 18 files changed, 519 insertions(+), 50 deletions(-) copy gdb/testsuite/{gdb.rocm/fork-exec-gpu-to-non-gpu-execee.cpp => gdb.base/inter [...] create mode 100644 gdb/testsuite/gdb.base/internal-string-values.exp create mode 100644 gdb/testsuite/gdb.base/print-internal-string.c create mode 100644 gdb/testsuite/gdb.base/print-internal-string.exp