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


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  b26dfc9ab352692e0bb8b005b9ca58eb1bc8c026 (commit)
       via  3a8356ffac809056cb3650c50a00f4adb30cc147 (commit)
      from  b12039c63764299237a899c986be7a557aa62807 (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=b26dfc9ab352692e0bb8b005b9ca58eb1bc8c026

commit b26dfc9ab352692e0bb8b005b9ca58eb1bc8c026
Author: Yao Qi <yao@codesourcery.com>
Date:   Thu Oct 31 22:18:10 2013 +0800

    Associate target_dcache to address_space.
    
    Hi,
    Nowadays, 'target_dcache' is a global variable in GDB, which is not
    necessary.  It can be a per-address-space variable.  In this patch, we
    associate target_dcache to address_space.
    
    gdb/doc:
    
    2013-11-20  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.texinfo (Caching Target Data): Update doc for
    	per-address-space dcache.
    
    gdb:
    
    2013-11-20  Yao Qi  <yao@codesourcery.com>
    
    	* progspace.h (struct address_space_data): Declare.
    	* target-dcache.c: Include "progspace.h".
    	(target_dache): Remove.
    	(target_dcache_aspace_key): New.
    	(target_dcache_cleanup): New function.
    	(target_dcache_init_p): Get data through
    	target_dcache_aspace_key.
    	(target_dcache_invalidate): Likewise.
    	(target_dcache_get): Likewise.
    	(target_dcache_get_or_init): Likewise.
    	(_initialize_target_dcache): Initialize
    	target_dcache_aspace_key.

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

commit 3a8356ffac809056cb3650c50a00f4adb30cc147
Author: Yao Qi <yao@codesourcery.com>
Date:   Mon Oct 21 16:31:17 2013 +0800

    Add REGISTRY for struct address_space.
    
    This patch adds REGISTRY for struct address_space.
    
    gdb:
    
    2013-11-20  Yao Qi  <yao@codesourcery.com>
    
    	* progspace.c (struct address_space): Update comments.
    	<REGISTRY_FIELDS>: New fields.
    	DEFINE_REGISTRY for address_space.
    	(new_address_space): Call address_space_alloc_data.
    	(free_address_space): Call address_space_free_data.
    	* progspace.h: Use DECLARE_REGISTRY.

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

Summary of changes:
 gdb/ChangeLog       |   24 ++++++++++++++++++++++++
 gdb/doc/ChangeLog   |    5 +++++
 gdb/doc/gdb.texinfo |   12 +++++++-----
 gdb/progspace.c     |   18 ++++++++++++++----
 gdb/progspace.h     |    6 ++++++
 gdb/target-dcache.c |   46 +++++++++++++++++++++++++++++++++++++---------
 6 files changed, 93 insertions(+), 18 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]