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 a05d007dfee Automatic date update in version.in new 2f267673f0f gdb/tui: Prevent exceptions from trying to cross readline new 733d0a67953 gdb/tui: asm window handles invalid memory and scrolls better new f3364a6d0fe gdb: Re-enable stdin for all UIs from start_event_loop new 1ba1ac88011 gdb: Enable stdin on exception in execute_gdb_command
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/ChangeLog | 29 +++ gdb/event-loop.c | 5 +- gdb/minsyms.c | 41 ++-- gdb/minsyms.h | 17 +- gdb/python/python.c | 6 + gdb/testsuite/ChangeLog | 15 ++ .../gdb.server/{sysroot.c => multi-ui-errors.c} | 11 +- gdb/testsuite/gdb.server/multi-ui-errors.exp | 107 +++++++++ gdb/testsuite/gdb.server/server-kill-python.exp | 88 ++++++++ gdb/testsuite/gdb.tui/tui-layout-asm.exp | 42 ++++ gdb/tui/tui-disasm.c | 243 ++++++++++++++++----- gdb/tui/tui-io.c | 31 ++- 12 files changed, 551 insertions(+), 84 deletions(-) copy gdb/testsuite/gdb.server/{sysroot.c => multi-ui-errors.c} (85%) create mode 100644 gdb/testsuite/gdb.server/multi-ui-errors.exp create mode 100644 gdb/testsuite/gdb.server/server-kill-python.exp