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. 20e1ca3bc11b03d85dcee5a155fdf5290476028b


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  20e1ca3bc11b03d85dcee5a155fdf5290476028b (commit)
      from  8b4f3082d8f1f7605c6f89f12bc3a93da06845c5 (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=20e1ca3bc11b03d85dcee5a155fdf5290476028b

commit 20e1ca3bc11b03d85dcee5a155fdf5290476028b
Author: Pedro Alves <palves@redhat.com>
Date:   Fri Nov 29 15:25:46 2013 +0000

    UNWIND_NULL_ID is no longer used anywhere.  Update comments.
    
    Unfortunately, UNWIND_NULL_ID is exported to Python as
    gdb.FRAME_UNWIND_NULL_ID so we can't really eliminate it.
    
    (I'd assume scripts just check the result of Frame.unwind_stop_reason,
    and compare it to gdb.FRAME_UNWIND_NO_REASON.  That at most, they'll
    pass the result of Frame.unwind_stop_reason to
    gdb.frame_stop_reason_string.  I'd prefer to just get rid of it, but
    because we make an API promise, we get to keep this around for
    compatibility, in case a script does refer to gdb.FRAME_UNWIND_NULL_ID
    directly.)
    
    gdb/
    2013-11-29  Pedro Alves  <palves@redhat.com>
    
    	* unwind_stop_reasons.def (UNWIND_NULL_ID): Update comment.
    
    gdb/doc/
    2013-11-29  Pedro Alves  <palves@redhat.com>
    
    	* gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
    	Update comment.

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

Summary of changes:
 gdb/ChangeLog               |    4 ++++
 gdb/doc/ChangeLog           |    5 +++++
 gdb/doc/gdb.texinfo         |    4 +++-
 gdb/unwind_stop_reasons.def |   10 +++-------
 4 files changed, 15 insertions(+), 8 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]