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 9ba5ef4bf1e Omit artificial symbols from DAP variables response new 523a46ee979 Fix error check in gdb_py_test_silent_cmd new 2134b0b4a5f Reject non-string types in gdb.Value.lazy_string new c286bfe1e5c Clean up 0-length handling in gdbpy_create_lazy_string_object new 4c2d19e3cd8 Introduce NoOpStringPrinter
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/python/lib/gdb/printing.py | 40 +++++++++++++++++++++- gdb/python/py-lazy-string.c | 29 ++++++++++------ gdb/python/py-value.c | 13 ++----- gdb/testsuite/gdb.dap/{step-out.c => max-size.c} | 19 +++------- .../gdb.dap/{lazy-string.exp => max-size.exp} | 13 ++++--- gdb/testsuite/gdb.python/py-lazy-string.c | 1 + gdb/testsuite/gdb.python/py-lazy-string.exp | 7 ++++ gdb/testsuite/lib/gdb-python.exp | 1 + 8 files changed, 78 insertions(+), 45 deletions(-) copy gdb/testsuite/gdb.dap/{step-out.c => max-size.c} (79%) copy gdb/testsuite/gdb.dap/{lazy-string.exp => max-size.exp} (88%)