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


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  f8de51293246a17166da9a2744c1eb5ab956d67b (commit)
      from  fc270c357a3301fec8cc161199242bb934203cf6 (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=f8de51293246a17166da9a2744c1eb5ab956d67b

commit f8de51293246a17166da9a2744c1eb5ab956d67b
Author: Pedro Alves <palves@redhat.com>
Date:   Mon Jan 13 14:56:29 2014 +0000

    tfile: Don't infer the PC from the tracepoint if the PC is a pseudo-register.
    
    This PC guessing can't work when the PC is a pseudo-register.
    Pseudo-register values don't end up stored in the regcache, they're
    always recomputed.  And, it's actually wrong to try to write a
    pseudo-register with regcache_raw_supply.  Skip it and add a comment.
    
    gdb/
    2014-01-13  Pedro Alves  <palves@redhat.com>
    
    	* tracepoint.c (tfile_fetch_registers): Don't infer the PC from
    	the tracepoint if the PC is a pseudo-register.

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

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