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 cf141dd8ccd gdb: fix reg corruption from displaced stepping on amd64 new d2d62da62ec gdb/python: have UnwindInfo.add_saved_register accept named args new 56fcb715a9f gdb/python: have PendingFrame methods accept keyword arguments new 02c7fce1ad0 gdb/python: convert Frame.read_register to take named arguments new d344cef4bf5 gdb/python: allow Frame.read_var to accept named arguments
The 4 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/doc/python.texi | 12 ++-- gdb/python/py-frame.c | 39 ++++++------ gdb/python/py-unwind.c | 107 +++++++++++++++++---------------- gdb/testsuite/gdb.python/py-frame.exp | 40 ++++++++++++ gdb/testsuite/gdb.python/py-unwind.exp | 15 +++-- gdb/testsuite/gdb.python/py-unwind.py | 32 +++++++--- 6 files changed, 157 insertions(+), 88 deletions(-)