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 gdb-7.8-branch updated. ab830d9eb3307f0131f055f09aa8f16512619b67


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, gdb-7.8-branch has been updated
       via  ab830d9eb3307f0131f055f09aa8f16512619b67 (commit)
       via  593900402d176d79da0986fe62086600c1ea3bc4 (commit)
      from  bfeda6dc272717f4ea0cc3cc76e88fe243a79b01 (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=ab830d9eb3307f0131f055f09aa8f16512619b67

commit ab830d9eb3307f0131f055f09aa8f16512619b67
Author: Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
Date:   Mon Jul 28 17:46:02 2014 -0300

    2014-07-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
    
        * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Report no hardware
        breakpoint support correctly.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=593900402d176d79da0986fe62086600c1ea3bc4

commit 593900402d176d79da0986fe62086600c1ea3bc4
Author: Andreas Arnez <arnez@linux.vnet.ibm.com>
Date:   Mon Jul 28 17:40:40 2014 -0300

    watchpoint-reuse-slot.exp: Correctly skip unsupported commands.
    
    The test case "watchpoint-reuse-slot.exp" yields a lot of failures on
    s390/s390x: all instances of awatch, rwatch, and hbreak are performed
    even though they aren't supported on these targets.  This is because
    the test case ignores non-support error messages when probing for
    support of these commands, like:
    
        (gdb) rwatch buf.byte[0]
        Target does not support this type of hardware watchpoint.
    
    The patch adds handling for this case in the appropriate
    gdb_test_multiple invocations.
    
    gdb/testsuite/
        * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
        target lacks support for awatch, rwatch, or hbreak.

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

Summary of changes:
 gdb/ChangeLog                                    |    5 +++++
 gdb/ppc-linux-nat.c                              |    5 +++++
 gdb/testsuite/ChangeLog                          |    5 +++++
 gdb/testsuite/gdb.base/watchpoint-reuse-slot.exp |    8 +++++++-
 4 files changed, 22 insertions(+), 1 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]