This is the mail archive of the archer-commits@sourceware.org mailing list for the Archer 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]

[SCM] Repository for Project Archer. branch, archer-tromey-python, updated. reverse-20080717-branchpoint-3727-gdad6b53


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 "Repository for Project Archer.".

The branch, archer-tromey-python has been updated
       via  dad6b53fe4a6df586dcd0a57e2151e7663191f18 (commit)
      from  d4a1bd50bb1d7c3cab75f690597c64191b2b6f78 (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 -----------------------------------------------------------------
commit dad6b53fe4a6df586dcd0a57e2151e7663191f18
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Mon Nov 2 13:30:02 2009 +0000

    Fix PR python/10805
    
    2009-11-02  Phil Muldoon <pmuldoon@redhat.com>
    
        PR python/10805
    
        * python/py-type.c (convert_field): Check for TYPE_CODE_CLASS
        before calling TYPE_N_BASECLASSES.
    
    Testsuite ChangeLog
    
    2009-11-02  Phil Muldoon <pmuldoon@redhat.com>
    
        PR python/10805
    
        * gdb.python/py-type.exp: New file.
        * gdb.python/py-type.c: New file.
        * Makefile.in: Add py-type.

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

Summary of changes:
 gdb/python/py-type.c                               |    5 +-
 gdb/testsuite/gdb.python/Makefile.in               |    2 +-
 .../hook-stop-frame.c => gdb.python/py-type.c}     |   32 +++++--
 gdb/testsuite/gdb.python/py-type.exp               |  104 ++++++++++++++++++++
 4 files changed, 133 insertions(+), 10 deletions(-)
 copy gdb/testsuite/{gdb.base/hook-stop-frame.c => gdb.python/py-type.c} (74%)
 create mode 100644 gdb/testsuite/gdb.python/py-type.exp


hooks/post-receive
-- 
Repository for Project Archer.


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