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 722a298cca Remove test files for a different patch accidentally committ [...] new 605dc2c21d Some i18n fixes for the TUI new 0f8d8876d9 Remove NULL check from tui_reg_command new 1a4f81dd7e Minor rearrangement in tui-regs.c new 8e114aab8b Remove tui_data_item_window::value new b9ad36868f Change tui_data_item_window::content to be a unique_xmalloc_ptr new 42cc14a753 Rearrange tui-regs.c some more new 63356bfda1 Change tui_check_register_values to be a method new ca02d7c800 Add two methods to tui_data_window new fa4dc567ae Remove indirection from tui_data_window::regs_content new 100c2bf31f Remove tui_data_window::display_regs new ab0e1f1a45 Change tui_make_window to be a method new 973961bda3 Move some defines to tui-stack.c new 072272ce05 Remove some defines from tui-data.h new 04c72a68e0 Change some tui_data_window methods to be private
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/ChangeLog | 131 ++++++++++++++++++++++++ gdb/tui/tui-command.c | 2 +- gdb/tui/tui-data.c | 1 - gdb/tui/tui-data.h | 33 ++---- gdb/tui/tui-disasm.h | 2 +- gdb/tui/tui-hooks.c | 7 +- gdb/tui/tui-io.c | 14 ++- gdb/tui/tui-io.h | 2 +- gdb/tui/tui-layout.c | 4 +- gdb/tui/tui-regs.c | 262 ++++++++++++++++++----------------------------- gdb/tui/tui-regs.h | 74 +++++++------ gdb/tui/tui-source.c | 3 +- gdb/tui/tui-source.h | 2 +- gdb/tui/tui-stack.c | 12 +++ gdb/tui/tui-wingeneral.c | 39 ++++--- gdb/tui/tui-wingeneral.h | 1 - 16 files changed, 326 insertions(+), 263 deletions(-)