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 d420769627 Fix crash in Ada "catch exception" new 78d5933a43 Remove tui_clear_source_windows_detail new f14bec587f Change tui_source_element::line to be a unique_xmalloc_ptr new 2d81b34998 Move "fullname" to tui_source_window new f853215443 Change tui_make_status_line to return std::string new 71a25ed2e7 Change tui_make_status_line to be a method new b3b1bde658 Remove some explicit re-rendering from the TUI new 2ad52f6fb3 Simplify tui_source_window_base::show_source_content new 6b915f7d0c Simplify TUI disassembly new b545782674 Use "bool" in tui_data_window::show_register_group new 9abd8a65c1 Change "win_resized" to bool new 1b935acf7e Set TUI locator height to 1 new 0891be0835 Don't call refresh in tui_resize_all new b76251abaf Remove a call to tui_locator_win_info_ptr new 9923f347c4 Change members of tui_locator_window to std::string new 80df33379e Rename private data members of tui_data_window new 7226433c44 Rename a private data member in tui_source_window new 43df9b2fcc Remove strcat_to_buf new 63c4bf1922 Remove separator comments from TUI new f074b67ec8 Use make_unique_xstrdup in TUI new 78e8cb91cd Change TUI window commands to be case-sensitive
The 20 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 | 167 ++++++++++++++++++++++++++++++++++++++++++++++ gdb/NEWS | 3 + gdb/tui/tui-data.c | 37 ++--------- gdb/tui/tui-data.h | 5 +- gdb/tui/tui-disasm.c | 76 ++++++++------------- gdb/tui/tui-layout.c | 57 ++++------------ gdb/tui/tui-regs.c | 68 +++++++++---------- gdb/tui/tui-regs.h | 10 +-- gdb/tui/tui-source.c | 15 ++--- gdb/tui/tui-source.h | 3 + gdb/tui/tui-stack.c | 106 +++++++++++------------------ gdb/tui/tui-stack.h | 18 ++--- gdb/tui/tui-win.c | 169 ++++++++++++++++++----------------------------- gdb/tui/tui-wingeneral.c | 9 --- gdb/tui/tui-winsource.c | 30 ++------- gdb/tui/tui-winsource.h | 22 ++---- gdb/tui/tui.c | 15 +---- gdb/tui/tui.h | 2 - 18 files changed, 390 insertions(+), 422 deletions(-)