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 40d4cb8bccb Automatic date update in version.in new 21a527dfc85 gdb: Add new 'print nibbles' feature new 153b3c1117d gdb/doc: Documentation for the new print command new 3f52a09075e gdb/python: Export nibbles to python layer
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 | 5 ++ gdb/c-lang.c | 4 ++ gdb/doc/gdb.texinfo | 35 +++++++++++-- gdb/doc/python.texi | 5 ++ gdb/language.h | 7 +++ gdb/printcmd.c | 2 +- gdb/python/py-value.c | 7 ++- gdb/rust-lang.h | 5 ++ gdb/testsuite/gdb.base/options.exp | 1 + gdb/testsuite/gdb.base/printcmds.exp | 43 ++++++++++++++++ gdb/testsuite/gdb.python/py-format-string.exp | 73 +++++++++++++++++++++++++++ gdb/valprint.c | 48 +++++++++++++++++- gdb/valprint.h | 6 ++- 13 files changed, 233 insertions(+), 8 deletions(-)