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 4cb771f Fix PR20789 - relaxation with negative valued diff relocs new 1a2f3d7 Extend test gdb.python/py-recurse-unwind.exp new df433d3 Distinguish sentinel frame from null frame. new 41b56fe Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID new 33cc7d3 Make gdb.PendingFrame.read_register handle "user" registers. new 256ae5d Stash frame id of current frame before stashing frame id for [...]
The 5 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 | 61 +++++++++++++ gdb/dwarf2loc.c | 21 ++++- gdb/findvar.c | 26 ++++-- gdb/frame-unwind.c | 3 +- gdb/frame.c | 121 ++++++++++++++++++------- gdb/frame.h | 16 +++- gdb/python/py-unwind.c | 7 +- gdb/sentinel-frame.c | 2 +- gdb/testsuite/ChangeLog | 10 ++ gdb/testsuite/gdb.python/py-recurse-unwind.c | 6 +- gdb/testsuite/gdb.python/py-recurse-unwind.exp | 63 ++++++++----- gdb/testsuite/gdb.python/py-recurse-unwind.py | 29 +++++- gdb/valarith.c | 2 +- gdb/valops.c | 13 ++- gdb/value.c | 47 ++++++---- gdb/value.h | 16 +++- 16 files changed, 340 insertions(+), 103 deletions(-)