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 067bb42419d Remove ui_file::reset_style new 93c145c2aaf gdb/python: restructure the existing memory leak tests new 5d4187339f9 gdb/python: fix memory leak of gdb.Color objects
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/python/py-color.c | 1 - gdb/testsuite/gdb.python/gdb_leak_detector.py | 120 +++++++++++++++++++++ .../{py-failed-init.exp => py-color-leak.exp} | 23 ++-- .../gdb.python/{py-error.py => py-color-leak.py} | 20 ++-- gdb/testsuite/gdb.python/py-inferior-leak.exp | 14 +-- gdb/testsuite/gdb.python/py-inferior-leak.py | 108 ++++--------------- gdb/testsuite/gdb.python/py-read-memory-leak.exp | 14 +-- gdb/testsuite/gdb.python/py-read-memory-leak.py | 84 +++------------ gdb/testsuite/lib/gdb-python.exp | 21 ++++ 9 files changed, 198 insertions(+), 207 deletions(-) create mode 100644 gdb/testsuite/gdb.python/gdb_leak_detector.py copy gdb/testsuite/gdb.python/{py-failed-init.exp => py-color-leak.exp} (66%) copy gdb/testsuite/gdb.python/{py-error.py => py-color-leak.py} (65%)