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 51cacdb50fd Let ui::input_fd be -1 new 10d6fc874c0 Remove some dead code new 55a66034040 Free ui::line_buffer new 992aeed80b0 Use ui_out_redirect_pop in more places new 8dc84baf2e0 Remove the "for moment" comments new 334c30c253b Remove obsolete filtering comment new 5a09f120568 Remove two unused members from mi_interp new d9f95811860 Use member initialization in 'struct ui' new c3d4b6a6d9f Use scoped_restore in safe_parse_type new 4311c583a6a Remove tui_out_new new b8043d27217 Remove a ui-related memory leak new 90621f6922e TUI stdout buffering cleanup new 610f8c63394 Remove a call to clear_interpreter_hooks new 1e28eebbbc3 Fix "source" with interpreter-exec new 058dc2c9593 Fix interpreter-exec crash
The 14 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/breakpoint.c | 13 ++------- gdb/event-top.c | 30 +++---------------- gdb/gdbtypes.c | 8 ++--- gdb/guile/scm-breakpoint.c | 3 +- gdb/guile/scm-ports.c | 3 +- gdb/main.c | 5 ++-- gdb/mi/mi-interp.c | 34 +++++----------------- gdb/mi/mi-interp.h | 8 ++--- gdb/python/py-breakpoint.c | 4 +-- gdb/testsuite/gdb.base/interp.exp | 11 +++++++ .../{source-nofile.gdb => interpreter-exec.gdb} | 10 +++---- gdb/testsuite/gdb.base/source.exp | 6 ++++ gdb/top.c | 18 ++++-------- gdb/top.h | 22 +++++++------- gdb/tui/tui-file.c | 23 ++------------- gdb/tui/tui-file.h | 10 ++++++- gdb/tui/tui-interp.c | 1 + gdb/tui/tui-io.c | 14 ++++----- gdb/tui/tui-out.c | 6 ---- gdb/tui/tui-out.h | 2 -- gdb/ui-out.h | 6 ++-- 21 files changed, 84 insertions(+), 153 deletions(-) copy gdb/testsuite/gdb.base/{source-nofile.gdb => interpreter-exec.gdb} (81%)