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 489dbda6a8 Correctly compute length of DW_TAG_variant_part union new d1da6b0160 Allow using less horizontal space in TUI source window new a2a7af0c33 Add TUI border colors new 484c9b643c Re-highlight windows when needed during TUI startup
The 3 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 | 44 ++++++++++++++++++++++++++ gdb/NEWS | 16 ++++++++++ gdb/cli/cli-style.c | 81 +++++++++++++++++++++++++++++++++++------------- gdb/cli/cli-style.h | 17 +++++++++- gdb/doc/ChangeLog | 9 ++++++ gdb/doc/gdb.texinfo | 22 +++++++++++++ gdb/tui/tui-disasm.c | 2 +- gdb/tui/tui-io.c | 8 ++--- gdb/tui/tui-io.h | 3 ++ gdb/tui/tui-source.c | 15 +++++++-- gdb/tui/tui-win.c | 37 ++++++++++++++++++++++ gdb/tui/tui-win.h | 3 ++ gdb/tui/tui-wingeneral.c | 8 +++++ gdb/tui/tui-winsource.c | 15 ++++++--- gdb/tui/tui-winsource.h | 10 ++++-- gdb/tui/tui.c | 5 +-- 16 files changed, 255 insertions(+), 40 deletions(-)