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 c3e06e640e5 [gdb/exp] Fix printing of out of bounds struct members new 046a94c18c5 gdb, python: selectively omit enabling stdin in gdb.execute
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/event-top.c | 3 +- gdb/python/python.c | 29 ++++++++++++ .../scm-disasm.c => gdb.python/py-cmd-exception.c} | 4 +- .../{py-unwind-inline.exp => py-cmd-exception.exp} | 40 +++++++--------- ...{py-progspace-events.py => py-cmd-exception.py} | 23 ++++----- .../scm-disasm.c => gdb.python/py-cmd-prompt.c} | 6 +-- gdb/testsuite/gdb.python/py-cmd-prompt.exp | 55 ++++++++++++++++++++++ .../{py-progspace-events.py => py-cmd-prompt.py} | 26 +++++----- gdb/ui.h | 5 ++ 9 files changed, 141 insertions(+), 50 deletions(-) copy gdb/testsuite/{gdb.guile/scm-disasm.c => gdb.python/py-cmd-exception.c} (91%) copy gdb/testsuite/gdb.python/{py-unwind-inline.exp => py-cmd-exception.exp} (56%) copy gdb/testsuite/gdb.python/{py-progspace-events.py => py-cmd-exception.py} (59%) copy gdb/testsuite/{gdb.guile/scm-disasm.c => gdb.python/py-cmd-prompt.c} (88%) create mode 100644 gdb/testsuite/gdb.python/py-cmd-prompt.exp copy gdb/testsuite/gdb.python/{py-progspace-events.py => py-cmd-prompt.py} (55%)