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 7d3b43a15bd Turn set_inferior_args_vector into method of inferior new 13d03262f25 gdb: move struct ui and related things to ui.{c,h} new 4a91f820ef4 gdb: store interps in an intrusive_list new 970c6b7e156 gdb: remove ui_interp_info
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/Makefile.in | 2 + gdb/annotate.c | 3 +- gdb/async-event.c | 1 + gdb/breakpoint.c | 1 + gdb/bt-utils.c | 2 +- gdb/cli-out.c | 2 +- gdb/cli/cli-cmds.c | 1 + gdb/cli/cli-interp.c | 1 + gdb/cli/cli-script.c | 1 + gdb/compile/compile.c | 2 +- gdb/event-top.c | 78 +--------------- gdb/exceptions.c | 2 +- gdb/fork-child.c | 2 +- gdb/guile/guile.c | 1 + gdb/guile/scm-ports.c | 2 +- gdb/inf-loop.c | 1 + gdb/infcall.c | 1 + gdb/infcmd.c | 2 +- gdb/infrun.c | 1 + gdb/interps.c | 105 +++++---------------- gdb/interps.h | 8 +- gdb/main.c | 1 + gdb/mi/mi-interp.c | 2 +- gdb/mi/mi-main.c | 1 + gdb/python/py-dap.c | 2 +- gdb/python/python.c | 1 + gdb/target.c | 2 +- gdb/top.c | 149 ++---------------------------- gdb/top.h | 200 ++-------------------------------------- gdb/tui/tui-interp.c | 2 +- gdb/tui/tui-io.c | 1 + gdb/tui/tui.c | 1 + gdb/ui.c | 251 ++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/{top.h => ui.h} | 101 +++----------------- gdb/utils.c | 1 + 35 files changed, 334 insertions(+), 600 deletions(-) create mode 100644 gdb/ui.c copy gdb/{top.h => ui.h} (70%)