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 2e08907d067 Allow calling of C++ methods from python new 32ed168c4d0 Use pop_back in tui_register_format new 1a259672937 Minor C++ cleanups in tui-regs.c new b1adacb6638 Simplify tui_data_window::show_register_group new 6b323813431 Rename tui_data_item_window -> tui_register_info new 76139810361 Change tui_register_info::visible to a method new 074b58b4dcb Move scrollok call in register window new 45a57c1ea82 Simplify update_register_data new 1ad87082ead Remove the TUI register window rerender overload new 764593ab5fe Simplify tui_data_win::erase_data_content new b08b7a15590 Remove tui_refreshing_registers new a6a25f5e266 Remove redundant check from tui_refresh_frame_and_register_ [...] new 59468aadf4b Return void from tui_show_frame_info new 09df3a10d94 Rename show_registers -> set_register_group new 66ab1a14e19 Update TUI register window when the inferior exits
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/testsuite/gdb.tui/regs.exp | 8 ++ gdb/tui/tui-hooks.c | 36 +++---- gdb/tui/tui-regs.c | 229 +++++++++++++++-------------------------- gdb/tui/tui-regs.h | 59 ++++++----- gdb/tui/tui-status.c | 16 ++- gdb/tui/tui-status.h | 2 +- 6 files changed, 148 insertions(+), 202 deletions(-)