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 14d0e6818a0 Fix doc build dependencies for --with-system-readline new d159d87072b gdb/python: allow Python TUI windows to be replaced new 9ae4519da90 gdb/python: deallocate tui window factories at Python shut down new d27ff777c65 gdb/tui: don't leak the known_window_types map
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/python/py-tui.c | 52 +++++++++++- gdb/python/python-internal.h | 1 + gdb/python/python.c | 1 + gdb/testsuite/gdb.python/tui-window-factory.exp | 105 ++++++++++++++++++++++++ gdb/testsuite/gdb.python/tui-window-factory.py | 48 +++++++++++ gdb/tui/tui-layout.c | 43 +++++----- 6 files changed, 227 insertions(+), 23 deletions(-) create mode 100644 gdb/testsuite/gdb.python/tui-window-factory.exp create mode 100644 gdb/testsuite/gdb.python/tui-window-factory.py