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 1cf2399651e gdb/tui: don't add windows to global list from tui_layout:w [...] new e0c23e11da1 gdb/python: don't allow the user to delete window title attributes new 29db1eb3390 gdb: return true in TuiWindow.is_valid only if TUI is enabled
The 2 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 | 19 +++ gdb/doc/ChangeLog | 5 + gdb/doc/python.texi | 5 + gdb/python/py-tui.c | 35 +++- gdb/testsuite/ChangeLog | 14 ++ .../tui-window-disabled.c} | 24 ++- gdb/testsuite/gdb.python/tui-window-disabled.exp | 189 +++++++++++++++++++++ gdb/testsuite/gdb.python/tui-window-disabled.py | 89 ++++++++++ gdb/testsuite/gdb.python/tui-window.exp | 6 + gdb/testsuite/gdb.python/tui-window.py | 10 +- gdb/tui/tui-data.h | 2 +- gdb/tui/tui-layout.c | 1 + gdb/tui/tui.c | 22 ++- 13 files changed, 398 insertions(+), 23 deletions(-) copy gdb/testsuite/{gdb.mi/mi-stepn.c => gdb.python/tui-window-disabled.c} (71%) create mode 100644 gdb/testsuite/gdb.python/tui-window-disabled.exp create mode 100644 gdb/testsuite/gdb.python/tui-window-disabled.py