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 4821e618add Use htab_eq_string in libctf new 927c4e355e3 gdb: replace fprint_frame_id new 1ef40c1362f gdb/py: convert debug logging in py-unwind to use new scheme new 75140e3b75d gdb/py: add some debugging to py-breakpoint.c new 9dffa1aa8eb gdb/doc: document 'set debug py-unwind'
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/ChangeLog | 45 +++++++++++++++++++++++++ gdb/doc/ChangeLog | 10 ++++++ gdb/doc/python.texi | 18 ++++++++++ gdb/dummy-frame.c | 3 +- gdb/frame.c | 84 +++++++++++++++++++--------------------------- gdb/frame.h | 8 ++--- gdb/guile/scm-frame.c | 11 ++---- gdb/python/py-breakpoint.c | 59 ++++++++++++++++++++++++++++++-- gdb/python/py-frame.c | 6 ++-- gdb/python/py-unwind.c | 60 +++++++++++++++++++++------------ 10 files changed, 212 insertions(+), 92 deletions(-)