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 6e348286d89 gdb: fix gdb_print -> gdb_printf typo new 51c2a9e2439 gdb: move some commands into the tui namespace new 4b52a3872b2 gdb/tui: rename tui_layout_base::adjust_size to ::set_height new ef466e0f082 gdb/tui: rename tui_layout_split:set_weights_from_heights new 160444ec7fd gdb/tui: add new 'tui window width' command and 'winwidth' alias new 7421ccda764 gdb/tui: add a tui debugging flag new 44aad371013 gdb/tui: add left_boxed_p and right_boxed_p member functions new 80b2eb3c34c gdb/tui/testsuite: refactor new-layout.exp test new 47b8e12ffd0 gdb/tui: avoid fp exception when applying layouts new b0fcf3e3444 gdb/tui: fairer distribution of excess space during apply new e19565b8651 gdb/tui: allow cmd window to change size in tui_layout_spli [...] new 51b72f73e9b gdb/tui: support placing the cmd window into a horizontal layout new b1ac644a052 gdb/testsuite: some additional tests in gdb.tui/scroll.exp new b45b7407cdd gdb/tui: relax restrictions on window max height and width new 357c158f3a1 gdb/tui: fair split of delta after a resize new 57d133e0d9f gdb/Makefile.in: remove SOURCES variable new 18b7679416b gdb/Makefile.in: fix 'make tags' build target new 88fa6d3d663 gdb/Makefile.in: move ALLDEPFILES earlier in Makefile.in
The 17 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 | 449 ++++++++++++++++++----------------- gdb/NEWS | 25 ++ gdb/doc/gdb.texinfo | 51 +++- gdb/testsuite/gdb.tui/basic.exp | 4 +- gdb/testsuite/gdb.tui/empty.exp | 14 +- gdb/testsuite/gdb.tui/new-layout.exp | 100 +++++--- gdb/testsuite/gdb.tui/regs.exp | 4 +- gdb/testsuite/gdb.tui/scroll.exp | 4 + gdb/testsuite/gdb.tui/winheight.exp | 77 ++++++ gdb/testsuite/gdb.tui/winwidth.exp | 63 +++++ gdb/tui/tui-command.c | 6 - gdb/tui/tui-command.h | 2 - gdb/tui/tui-layout.c | 406 +++++++++++++++++++++++++------ gdb/tui/tui-layout.h | 135 +++++++++-- gdb/tui/tui-win.c | 118 +++++++-- gdb/tui/tui.c | 26 ++ gdb/tui/tui.h | 14 ++ 17 files changed, 1119 insertions(+), 379 deletions(-) create mode 100644 gdb/testsuite/gdb.tui/winwidth.exp