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 041de3d73aa gdb/c++: Improve error messages in overload resolution new 70f479c6f8b gdb: clear other.m_cached_id in frame_info_ptr's move ctor new 3dc9dde26d1 gdb: add prepare_reinflate/reinflate around print_frame_arg [...] new 04e2ac7b2a7 gdb: move frame_info_ptr method implementations to frame-info.c new 73cafdbd1dd gdb: remove manual frame_info reinflation code in backtrace [...] new 45eca9d9f36 gdb: use frame_id_p instead of comparing to null_frame_id i [...] new aeba2026b58 gdb: add missing prepare_reinflate call in print_frame_info new f71e3f86e83 gdb: add special handling for frame level 0 in frame_info_ptr
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/Makefile.in | 1 + gdb/frame-info.c | 65 ++++++++++++++++++++++ gdb/frame-info.h | 41 +++++++------- gdb/frame.c | 4 +- gdb/frame.h | 4 ++ gdb/stack.c | 21 +++---- .../gdb.python/pretty-print-call-by-hand.exp | 8 +++ 7 files changed, 107 insertions(+), 37 deletions(-) create mode 100644 gdb/frame-info.c