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. 78c164b00654c7f422694035bc0e1817f90c86b5


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  78c164b00654c7f422694035bc0e1817f90c86b5 (commit)
       via  f6e29b6ec0a4fd410ddaaddacf045c4cb4e890f2 (commit)
      from  034f788c5ec1e5b20fae3b6efc7fe961631e014d (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=78c164b00654c7f422694035bc0e1817f90c86b5

commit 78c164b00654c7f422694035bc0e1817f90c86b5
Author: Yao Qi <yao@codesourcery.com>
Date:   Wed Jun 18 22:03:20 2014 +0800

    Remove any_running
    
    Function any_running isn't used.  This patch is to remove it.
    Rebuild GDB for linux and mingw.
    
    gdb:
    
    2014-06-19  Yao Qi  <yao@codesourcery.com>
    
    	* gdbthread.h (any_running): Remove the declaration.
    	* thread.c (any_running): Remove.

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

commit f6e29b6ec0a4fd410ddaaddacf045c4cb4e890f2
Author: Yao Qi <yao@codesourcery.com>
Date:   Wed Jun 18 22:00:54 2014 +0800

    Use enum thread_state
    
    This patch is to change field state's type to 'enum thread_state', and
    replace RUNNING with THREAD_RUNNING and STOPPED with THREAD_STOPPED
    respectively in comments.
    
    gdb:
    
    2014-06-19  Yao Qi  <yao@codesourcery.com>
    
    	* gdbthread.h (struct thread_info) <state>: Change its type to
    	'enum thread_state'.  Update comments.

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

Summary of changes:
 gdb/ChangeLog   |   10 ++++++++++
 gdb/gdbthread.h |   17 ++++++-----------
 gdb/thread.c    |   12 ------------
 3 files changed, 16 insertions(+), 23 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]