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 054f25955c2 gdb/x86: use size of XSAVE area of enabled features new ce65386db66 gdb/doc: extend the description for Progspace.filename new 5ce85461a14 gdb/python: new Progspace.symbol_file attribute new 4e02aca0c5e gdb/python: new Progspace.executable_filename attribute new a0a031bce05 gdb: remove one user of the executable changed observer new a2827364e2b gdb: remove final user of the executable_changed observer new aac60a978e2 gdb: remove unnecessary notification of executable_changed [...] new 063453b199e gdb: pass more arguments to the executable_changed observer new 42f297ad36a gdb/python: make the executable_changed event available fro [...] new c7bdb38bafa gdb: use reopen_exec_file from reread_symbols
The 9 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/NEWS | 17 ++ gdb/auxv.c | 10 +- gdb/doc/python.texi | 72 +++++++- gdb/exec.c | 11 +- gdb/observable.h | 18 +- gdb/python/py-all-events.def | 1 + gdb/python/py-event-types.def | 5 + gdb/python/py-progspace.c | 100 ++++++++++- gdb/symfile.c | 27 ++- gdb/symtab.c | 18 +- .../py-exec-file.c} | 2 +- gdb/testsuite/gdb.python/py-exec-file.exp | 195 +++++++++++++++++++++ gdb/testsuite/gdb.python/py-progspace.exp | 9 + 13 files changed, 444 insertions(+), 41 deletions(-) copy gdb/testsuite/{gdb.arch/aarch64-w-registers.c => gdb.python/py-exec-file.c} (93%) create mode 100644 gdb/testsuite/gdb.python/py-exec-file.exp