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


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  ee4a1c63da74e471433dc6773108eceadef0315d (commit)
      from  75468c93c14e9f14dd9020712538c5303a455876 (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=ee4a1c63da74e471433dc6773108eceadef0315d

commit ee4a1c63da74e471433dc6773108eceadef0315d
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Fri Nov 15 21:46:34 2013 +0400

    gdb.ada/info_exc.exp,mi_exc_info.exp: Use more unique exception name.
    
    In the case where the GNAT runtime was built with full debugging info,
    several of the exceptions defined there might have a name contain
    the word "global". To make this less likely, this patch renames
    the exception name, replacing "Global" by "Global_GDB". It still
    keeps the exeption name relatively short, while it is unlikely that
    the GNAT runtime has an exception whose name explicitly mentions GDB,
    and even less likely that it contains "Global_GDB".
    
    gdb/testsuite/ChangeLog:
    
            * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
            * info_exc/foo.adb: Adjust to new exception name.
            * info_exc.exp: Adjust after exception renaming in const.ads.
            Update "info exception global" test to test "info exceptions
            global_gdb" instead.
    
            * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
            * mi_exc_info/foo.adb (Adjust to new exception name.
            * mi_exc_info.exp: Adjust after exception renaming in const.ads.
            Update "-info-ada-exceptions global" test to test
            "-info-ada-exceptions global_gdb" instead.

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

Summary of changes:
 gdb/testsuite/ChangeLog                     |   14 ++++++++++++++
 gdb/testsuite/gdb.ada/info_exc.exp          |   10 +++++-----
 gdb/testsuite/gdb.ada/info_exc/const.ads    |    2 +-
 gdb/testsuite/gdb.ada/info_exc/foo.adb      |    2 +-
 gdb/testsuite/gdb.ada/mi_exc_info.exp       |   10 +++++-----
 gdb/testsuite/gdb.ada/mi_exc_info/const.ads |    2 +-
 gdb/testsuite/gdb.ada/mi_exc_info/foo.adb   |    2 +-
 7 files changed, 28 insertions(+), 14 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]