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 6744bcad05 Copy BFD_COMPRESS/BFD_DECOMPRESS/BFD_COMPRESS_GABI for thin archive new 1f6d2f100a Remove NO_DATA_STRING new 18bb55c722 Remove tui_data_window::display_all_data new 0670413d0e Remove some checks of .empty() new 1bf2866a59 Remove some calls in tui_data_window new 89df7f9056 Private data members in tui_data_window new cdaa6eb439 Simplify register display new 108e13abdf Remove NULL checks from box_win new 772f3f0398 Don't call touchwin in tui_gen_win_info::refresh_window new 715bb467fe Don't call tui_refresh_all from show_layout new e594a5d19e Turn two locator functions into methods new 99ab33fb2d Swap tui_show_locator_content and tui_locator_window::rerender new 900ac24287 Make tui_locator_window::set_locator_fullname re-render new 12a8555a54 Minor rearrangement of tui-stack.c new 55b2657bdc Don't call wrefresh from tui_cont_sig new d6a00eba2a Remove tui_win_info::refresh_all
The 15 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 | 111 +++++++++++++++++ gdb/tui/tui-data.h | 7 -- gdb/tui/tui-io.c | 2 - gdb/tui/tui-layout.c | 8 +- gdb/tui/tui-regs.c | 308 ++++++++++++++++++----------------------------- gdb/tui/tui-regs.h | 25 ++-- gdb/tui/tui-stack.c | 144 ++++++++++------------ gdb/tui/tui-stack.h | 12 ++ gdb/tui/tui-win.c | 6 - gdb/tui/tui-wingeneral.c | 40 +++--- gdb/tui/tui-winsource.c | 10 -- gdb/tui/tui-winsource.h | 2 - 12 files changed, 338 insertions(+), 337 deletions(-)