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 c22d38baefc Fix an illegal memory access when an accessing a zer0-lengt [...] new 6bf5f25bb15 gdb/python: make the gdb.unwinder.Unwinder class more robust new 3194ca90fef gdb/python: remove unneeded nullptr check in frapy_block new 44d9b0a174b gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.c new 86b35b7116a gdb/python: add some additional methods to gdb.PendingFrame new 7e6af18d0c7 gdb/python: add __repr__ for PendingFrame and UnwindInfo new df4447e4c43 gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfo new f4d9bc8356e gdb: have value_as_address call unpack_pointer new 64826d05d3c gdb/python: Allow gdb.UnwindInfo to be created with non gdb [...] new 3712e78cab0 gdb/python: Add new gdb.unwinder.FrameId class
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 | 43 ++++ gdb/doc/python.texi | 151 ++++++++++- gdb/python/lib/gdb/unwinder.py | 49 +++- gdb/python/py-frame.c | 8 +- gdb/python/py-unwind.c | 456 +++++++++++++++++++++++++++------ gdb/testsuite/gdb.python/py-unwind.exp | 216 +++++++++++++++- gdb/testsuite/gdb.python/py-unwind.py | 156 +++++++++-- gdb/value.c | 9 +- 8 files changed, 963 insertions(+), 125 deletions(-)