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


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  b2715b270ae27eccefe8edbbacb3910bc7cc9383 (commit)
      from  3ce6e9727987728ad8afa28ecfdece0375501988 (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=b2715b270ae27eccefe8edbbacb3910bc7cc9383

commit b2715b270ae27eccefe8edbbacb3910bc7cc9383
Author: Andy Wingo <wingo@igalia.com>
Date:   Mon May 26 17:34:27 2014 -0700

    gdb smob cleanups
    
    	* guile/guile-internal.h (GDB_SMOB_HEAD): Replace properties with
    	empty_base_class.  All uses updated.
    	(gdbscm_mark_gsmob, gdbscm_mark_chained_gsmob)
    	(gdbscm_mark_eqable_gsmob): Remove these now-unneeded functions.
    	Adapt all callers.
    	* guile/scm-gsmob.c (gdbscm_mark_gsmob)
    	(gdbscm_mark_chained_gsmob, gdbscm_mark_eqable_gsmob): Remove.
    	(gdbscm_gsmob_property, gdbscm_set_gsmob_property_x)
    	(gdbscm_gsmob_has_property_p, add_property_name)
    	(gdbscm_gsmob_properties): Remove, and remove them from gsmob_functions.
    	* guile/lib/gdb.scm (gdb-object-property, set-gdb-object-property)
    	(gdb-object-has-property?, gdb-object-properties): Remove.
    	(gdb-object-kind): Renamed from gsmob-kind.
    
    	doc/
    	* guile.texi (GDB Scheme Data Types): Remove documentation for
    	removed interfaces.  Update spelling of gdb-object-kind.
    
    	testsuite/
    	* gdb.guile/scm-breakpoint.exp:
    	* gdb.guile/scm-gsmob.exp: Update to use plain old object
    	properties instead of gdb-object-properties.

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

Summary of changes:
 gdb/ChangeLog                              |   17 ++
 gdb/doc/ChangeLog                          |    5 +
 gdb/doc/guile.texi                         |   46 +-----
 gdb/guile/guile-internal.h                 |   31 ++--
 gdb/guile/lib/gdb.scm                      |    8 +-
 gdb/guile/scm-arch.c                       |    5 +-
 gdb/guile/scm-block.c                      |   11 +-
 gdb/guile/scm-breakpoint.c                 |    5 +-
 gdb/guile/scm-exception.c                  |    4 +-
 gdb/guile/scm-frame.c                      |    5 +-
 gdb/guile/scm-gsmob.c                      |  219 ++--------------------------
 gdb/guile/scm-iterator.c                   |    4 +-
 gdb/guile/scm-lazy-string.c                |    5 +-
 gdb/guile/scm-objfile.c                    |    5 +-
 gdb/guile/scm-pretty-print.c               |    8 +-
 gdb/guile/scm-symbol.c                     |    5 +-
 gdb/guile/scm-symtab.c                     |   10 +-
 gdb/guile/scm-type.c                       |    9 +-
 gdb/guile/scm-value.c                      |    4 +-
 gdb/testsuite/ChangeLog                    |    6 +
 gdb/testsuite/gdb.guile/scm-breakpoint.exp |   14 +-
 gdb/testsuite/gdb.guile/scm-gsmob.exp      |   20 +--
 22 files changed, 102 insertions(+), 344 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]