This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 50fd528a13ff8a6131ead1b2635fa8a8cf828d80


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  50fd528a13ff8a6131ead1b2635fa8a8cf828d80 (commit)
      from  5de51581685123bedd8160aec9a660e85e7a8b73 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=50fd528a13ff8a6131ead1b2635fa8a8cf828d80

commit 50fd528a13ff8a6131ead1b2635fa8a8cf828d80
Author: Pedro Alves <palves@redhat.com>
Date:   Thu Nov 28 15:48:51 2013 +0000

    get_prev_frame, outer_frame_id and unwind->stop_reason checks are redundant.
    
    After the previous patch, it should be clear that the
    this_frame->unwind->stop_reason check is redundant with the
    outer_frame_id check just below.  We can now move the frame_id_eq
    comparison to the default this_frame->unwind->stop_reason callback.
    
    Tested on x86_64 Fedora 17.
    
    gdb/
    2013-11-28  Pedro Alves  <palves@redhat.com>
    
    	* frame-unwind.c (default_frame_unwind_stop_reason): Return
    	UNWIND_OUTERMOST if the frame's ID is outer_frame_id.
    	* frame.c (get_prev_frame_1): Remove outer_frame_id check.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog      |    6 ++++++
 gdb/frame-unwind.c |   10 +++++++---
 gdb/frame.c        |   15 ---------------
 3 files changed, 13 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]