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


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  e092da29031a5a5a74beb1d671da98d55fff6ebd (commit)
      from  805e1f190887b3b7dea3fd157d58bc25effcf688 (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=e092da29031a5a5a74beb1d671da98d55fff6ebd

commit e092da29031a5a5a74beb1d671da98d55fff6ebd
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Fri Nov 15 10:30:00 2013 +0400

    Start inferior before running test listing Ada exceptions.
    
    This patch fixes some spurious failures when the inferior is linked
    against the shared version of libgnat by default, as appears to be
    the case on many GNU/Linux distributions.  When that happens, we have
    to start the program in order to ensure that the GNAT runtime is
    mapped to memory, in order for us to find the standard exceptions
    (defined within the runtime).  Otherwise, they will not be shown,
    as expected, by the debugger.
    
    gdb/testsuite/ChangeLog:
    
            * gdb.ada/info_exc.exp: Start inferior before starting
            the "info exceptions" tests.
            * gdb.ada/mi_exc_info.exp: Start inferior before starting
            the "-info-ada-exceptions" tests.

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

Summary of changes:
 gdb/testsuite/ChangeLog               |    7 +++++++
 gdb/testsuite/gdb.ada/info_exc.exp    |    5 +++++
 gdb/testsuite/gdb.ada/mi_exc_info.exp |    5 +++++
 3 files changed, 17 insertions(+), 0 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]