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. 7280ceea02b97b2da8744b46edf6dab3429c3396


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  7280ceea02b97b2da8744b46edf6dab3429c3396 (commit)
      from  05db5edd7923711a20c6225ea8e15f36e819d140 (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=7280ceea02b97b2da8744b46edf6dab3429c3396

commit 7280ceea02b97b2da8744b46edf6dab3429c3396
Author: Pedro Alves <palves@redhat.com>
Date:   Tue Sep 16 14:05:06 2014 +0100

    Add test to make sure GDB knows which "kind" of watchpoint the target has
    
    This adds a test that makes sure GDB knows whether the target has
    continuable, or non-continuable watchpoints.
    
    That is, the test confirms that GDB presents a watchpoint value change
    at the first instruction right after the instruction that changes
    memory.
    
    gdb/testsuite/ChangeLog:
    2014-09-16  Pedro Alves  <palves@redhat.com>
    
    	* gdb.base/watchpoint-stops-at-right-insn.c: New file.
    	* gdb.base/watchpoint-stops-at-right-insn.exp: New file.

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

Summary of changes:
 gdb/testsuite/ChangeLog                            |    5 +
 .../gdb.base/watchpoint-stops-at-right-insn.c      |   33 ++++
 .../gdb.base/watchpoint-stops-at-right-insn.exp    |  177 ++++++++++++++++++++
 3 files changed, 215 insertions(+), 0 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/watchpoint-stops-at-right-insn.c
 create mode 100644 gdb/testsuite/gdb.base/watchpoint-stops-at-right-insn.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]