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. 3c4797ba74e0b7db0db3e34b606ba9c1d0f2baf7


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  3c4797ba74e0b7db0db3e34b606ba9c1d0f2baf7 (commit)
      from  71193121ff7a6ee95fff5eb9d8ae378390ecdf45 (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=3c4797ba74e0b7db0db3e34b606ba9c1d0f2baf7

commit 3c4797ba74e0b7db0db3e34b606ba9c1d0f2baf7
Author: Pedro Alves <palves@redhat.com>
Date:   Mon Oct 28 18:34:37 2013 +0000

    breakpoint.c:watchpoints_triggered: simplify a tiny bit.
    
    I was reading this, checking the the possible returns, and this
    particular path confused a tiny little.  Above we do:
    
      if (!stopped_by_watchpoint)
        {
    ...
          return 0;
        }
    
    so any return after that always return true.
    
    Tested on x86_64 Fedora 17.
    
    gdb/
    2013-10-28  Pedro Alves  <palves@redhat.com>
    
    	* breakpoint.c (watchpoints_triggered)
    	<!target_stopped_data_address>: Hardcode return 1.

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

Summary of changes:
 gdb/ChangeLog    |    5 +++++
 gdb/breakpoint.c |    2 +-
 2 files changed, 6 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]