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. 5f3b99cfed3803f0b099152f54aac7cb90a2b926


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  5f3b99cfed3803f0b099152f54aac7cb90a2b926 (commit)
      from  ac740bc7a9103a561329ebf7aa05ff31bcab2267 (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=5f3b99cfed3803f0b099152f54aac7cb90a2b926

commit 5f3b99cfed3803f0b099152f54aac7cb90a2b926
Author: Sasha Smundak <asmundak@google.com>
Date:   Wed Sep 3 16:34:47 2014 -0700

    Add support for reading frame registers to Python API.
    
    The ability to read registers is needed to use Frame Filter API to
    display the frames created by JIT compilers.
    
    gdb/ChangeLog:
    
    2014-08-29  Sasha Smundak  <asmundak@google.com>
    
    	* python/py-frame.c (frapy_read_register): New function.
    
    gdb/doc/ChangeLog:
    
    2014-08-26  Sasha Smundak  <asmundak@google.com>
    
    	* python.texi (Frames in Python): Add read_register description.
    
    gdb/testsuite/ChangeLog:
    
    2014-08-26  Sasha Smundak  <asmundak@google.com>
    
    	* gdb.python/py-frame.exp: Test Frame.read_register.

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

Summary of changes:
 gdb/ChangeLog                         |    4 +++
 gdb/NEWS                              |    3 ++
 gdb/doc/ChangeLog                     |    4 +++
 gdb/doc/python.texi                   |    7 ++++++
 gdb/python/py-frame.c                 |   38 +++++++++++++++++++++++++++++++++
 gdb/testsuite/ChangeLog               |    4 +++
 gdb/testsuite/gdb.python/py-frame.exp |   17 ++++++++++++++
 7 files changed, 77 insertions(+), 0 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]