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


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  a09dd4413d1a4ea063173d4822635f41c885f6fe (commit)
      from  bdc36728eee582853ca53bb8b6012e8cc3b90eb7 (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=a09dd4413d1a4ea063173d4822635f41c885f6fe

commit a09dd4413d1a4ea063173d4822635f41c885f6fe
Author: Pedro Alves <palves@redhat.com>
Date:   Thu May 29 22:17:20 2014 +0100

    Running the current tree against my software-single-step-on-x86_64
    branch showed some extra assertions I have in place triggering.  Turns
    out my previous change to 'resume' was incomplete, and we mishandle
    the 'hw_step' / 'step' variable pair.  (I swear I had fixed this, but
    I guess I lost that in some local branch...)
    
    Tested on x86_64 Fedora 20.
    
    gdb/
    2014-05-29  Pedro Alves  <palves@redhat.com>
    
    	* infrun.c (resume): Rename local 'hw_step' to 'entry_step'
    	and make it const.  When a single-step decays to a continue,
    	clear 'step', not 'hw_step'.  Pass whether the caller wanted
    	to step to user_visible_resume_ptid, not what we ask the
    	target to do.

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

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