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. 9a6cf3683df4f85f58ccea00864e36dc9ebef2ef


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  9a6cf3683df4f85f58ccea00864e36dc9ebef2ef (commit)
       via  03f4463bfce516cf7275ec2deb211c1bf2b5c67d (commit)
      from  4dea914eb19fe30278afad9133121634b3e04484 (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=9a6cf3683df4f85f58ccea00864e36dc9ebef2ef

commit 9a6cf3683df4f85f58ccea00864e36dc9ebef2ef
Author: Gary Benson <gbenson@redhat.com>
Date:   Mon Sep 22 11:33:59 2014 +0100

    Update target_stop's documentation
    
    This commit updates target_stop's documentation to clarify that
    it is asynchronous.
    
    gdb/ChangeLog:
    
    	* target.c (target_stop): Updated comment.

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

commit 03f4463bfce516cf7275ec2deb211c1bf2b5c67d
Author: Gary Benson <gbenson@redhat.com>
Date:   Mon Sep 22 11:33:59 2014 +0100

    Rename target_{stop,continue}_ptid
    
    This commit renames target_stop_ptid as target_stop_and_wait and
    target_continue_ptid as target_continue_no_signal.  Comments are
    updated to more fully describe the functions' behaviour.
    
    gdb/ChangeLog:
    
    	* target/target.h (target_stop_ptid): Renamed as...
    	(target_stop_and_wait): New function.  Updated comment.
    	All uses updated.
    	(target_continue_ptid): Renamed as...
    	(target_continue_no_signal): New function.  Updated comment.
    	All uses updated.

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

Summary of changes:
 gdb/ChangeLog          |   13 +++++++++++++
 gdb/common/agent.c     |    4 ++--
 gdb/gdbserver/target.c |    4 ++--
 gdb/target.c           |    4 ++--
 gdb/target.h           |    6 ++++--
 gdb/target/target.h    |   16 +++++++++-------
 6 files changed, 32 insertions(+), 15 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]