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. a7300869806e7586189dc0f46c41c5773fe3ae16


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  a7300869806e7586189dc0f46c41c5773fe3ae16 (commit)
      from  50fd528a13ff8a6131ead1b2635fa8a8cf828d80 (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=a7300869806e7586189dc0f46c41c5773fe3ae16

commit a7300869806e7586189dc0f46c41c5773fe3ae16
Author: Pedro Alves <palves@redhat.com>
Date:   Thu Nov 28 18:09:41 2013 +0000

    get_prev_frame, stop_reason != UNWIND_NO_REASON, add frame debug output.
    
    The stop_reason != UNWIND_NO_REASON doesn't currently have "set debug
    frame" output.  This patch makes it print the stop_reason enum value
    as a string.
    
    gdb/
    2013-11-28  Pedro Alves  <palves@redhat.com>
    
    	* frame.c (get_prev_frame_1) <stop_reason != UNWIND_NO_REASON>:
    	Add "set debug frame" output.
    	(frame_stop_reason_symbol_string): New function.

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

Summary of changes:
 gdb/ChangeLog |    6 ++++++
 gdb/frame.c   |   33 ++++++++++++++++++++++++++++++++-
 2 files changed, 38 insertions(+), 1 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]