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 4decd62b21 Update NEWS post GDB 9 branch creation. new c8ec2f433c Move max_height method to tui_gen_win_info new 1431937bee Move can_box to tui_gen_win_info new dc7ff8a608 Introduce the tui_gen_win_info::min_height method new fb3184d8ee Remove struct tui_point new 389e7ddbc2 Introduce new layout code new 2192a9d3b3 First use of tui_layout new 3d97994549 Re-apply the current layout when resizing new d4eeccfe6b Change "winheight" resizing to use new layout code
The 8 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 | 78 ++++++ gdb/testsuite/ChangeLog | 12 + gdb/testsuite/gdb.tui/basic.exp | 4 +- gdb/testsuite/gdb.tui/empty.exp | 12 +- gdb/testsuite/gdb.tui/regs.exp | 4 +- gdb/testsuite/gdb.tui/resize.exp | 2 +- gdb/testsuite/lib/tuiterm.exp | 10 +- gdb/tui/tui-command.c | 6 +- gdb/tui/tui-data.h | 31 ++- gdb/tui/tui-layout.c | 566 ++++++++++++++++++++++++++++----------- gdb/tui/tui-layout.h | 153 +++++++++++ gdb/tui/tui-regs.h | 10 + gdb/tui/tui-stack.h | 10 + gdb/tui/tui-win.c | 387 +------------------------- gdb/tui/tui-wingeneral.c | 2 +- 15 files changed, 714 insertions(+), 573 deletions(-)