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. 2b4fd423cf503beb6264590f0517d35f17a6ab8d


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  2b4fd423cf503beb6264590f0517d35f17a6ab8d (commit)
      from  92c9bcd479e4cb388a7f286fc42414b115cfc656 (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=2b4fd423cf503beb6264590f0517d35f17a6ab8d

commit 2b4fd423cf503beb6264590f0517d35f17a6ab8d
Author: Doug Evans <dje@google.com>
Date:   Thu Sep 18 10:09:12 2014 -0700

    New "producer" attribute of python gdb.Symtab.
    
    gdb/ChangeLog:
    
    	* NEWS: Mention new "producer" attribute of gdb.Symtab.
    	* python/py-symtab.c (stpy_get_producer): New function.
    	(symtab_object_getset): Add "producer" attribute.
    
    gdb/doc/ChangeLog:
    
    	* python.texi (Symbol Tables In Python): Document "producer"
    	attribute of gdb.Symtab objects.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.dwarf2/symtab-producer.exp: New file.

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

Summary of changes:
 gdb/ChangeLog                                |    6 ++
 gdb/NEWS                                     |    4 +-
 gdb/doc/ChangeLog                            |    5 +
 gdb/doc/python.texi                          |    8 ++
 gdb/python/py-symtab.c                       |   21 +++++
 gdb/testsuite/ChangeLog                      |    4 +
 gdb/testsuite/gdb.dwarf2/symtab-producer.exp |  103 ++++++++++++++++++++++++++
 7 files changed, 150 insertions(+), 1 deletions(-)
 create mode 100644 gdb/testsuite/gdb.dwarf2/symtab-producer.exp


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]