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 eb19308f2d0 x86: honor signedness of PC-relative relocations new a3b5ef3e456 gdb: remove unused argument from gdb_init new 913832e99c5 gdb: ensure SIGINT is set to SIG_DFL during initialisation new 8e3685bf250 gdb: delay python initialisation until gdbpy_finish_initialization new 880ae75a2b7 gdb delay guile initialization until gdbscm_finish_initialization new 1178f01adf9 gdb: initialise extension languages after processing early [...] new 041ca48e976 gdb: extension languages finish_initialization to initialize new edeaceda7b2 gdb: startup commands to control Python extension language
The 7 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 | 111 ++++++++++++++++++ gdb/NEWS | 16 +++ gdb/doc/ChangeLog | 4 + gdb/doc/python.texi | 38 ++++++ gdb/extension-priv.h | 9 +- gdb/extension.c | 36 +++++- gdb/extension.h | 2 +- gdb/guile/guile.c | 86 +++++++------- gdb/guile/scm-arch.c | 5 + gdb/guile/scm-block.c | 5 + gdb/guile/scm-frame.c | 5 + gdb/guile/scm-objfile.c | 5 + gdb/guile/scm-progspace.c | 5 + gdb/guile/scm-symbol.c | 5 + gdb/guile/scm-symtab.c | 5 + gdb/guile/scm-type.c | 11 +- gdb/main.c | 5 +- gdb/python/py-arch.c | 8 +- gdb/python/py-block.c | 17 ++- gdb/python/py-inferior.c | 11 +- gdb/python/py-objfile.c | 9 +- gdb/python/py-progspace.c | 9 +- gdb/python/py-registers.c | 11 +- gdb/python/py-symbol.c | 15 ++- gdb/python/py-symtab.c | 23 ++-- gdb/python/py-type.c | 11 +- gdb/python/py-unwind.c | 23 ++-- gdb/python/python.c | 129 ++++++++++++++++++--- gdb/testsuite/ChangeLog | 4 + .../py-startup-opt.exp} | 110 +++++++----------- gdb/top.c | 10 +- gdb/top.h | 2 +- 32 files changed, 546 insertions(+), 199 deletions(-) copy gdb/testsuite/{gdb.base/early-init-file.exp => gdb.python/py-startup-opt.exp} (50%)