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. b0f16a3eaf0226b21a2a9032d9fac069009b96d3


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  b0f16a3eaf0226b21a2a9032d9fac069009b96d3 (commit)
      from  a82bef932ec11cc16f205427f8a056c3c0ea517d (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=b0f16a3eaf0226b21a2a9032d9fac069009b96d3

commit b0f16a3eaf0226b21a2a9032d9fac069009b96d3
Author: Simon Marchi <simon dot marchi at ericsson dot com>
Date:   Mon Apr 21 11:49:59 2014 -0400

    Remove unused variable
    
    should_resume is set to 1 at the beginning and never changed.
    
    gdb/ChangeLog:
    
    2014-05-13  Simon Marchi  <simon.marchi@ericsson.com>
    
    	* infrun.c (resume): Remove should_resume (unused).  Move up
    	declaration of resume_ptid.

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

Summary of changes:
 gdb/ChangeLog |    5 ++
 gdb/infrun.c  |  145 +++++++++++++++++++++++++++-----------------------------
 2 files changed, 75 insertions(+), 75 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]