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


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  aee4bf85057de1905f5bfaad2a4be0295905d7fb (commit)
      from  840207d8ee5249c11463baaf5fb37c44595c4f00 (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=aee4bf85057de1905f5bfaad2a4be0295905d7fb

commit aee4bf85057de1905f5bfaad2a4be0295905d7fb
Author: Pedro Alves <palves@redhat.com>
Date:   Mon Dec 2 10:12:24 2013 +0000

    Add new target_read_raw_memory function, and consolidate comments.
    
    Tested on x86_64 Fedora 17.
    
    gdb/
    2013-12-02  Pedro Alves  <palves@redhat.com>
    
    	* dcache.c (dcache_read_line): Use target_read_raw_memory.
    	* target.c (target_read_raw_memory): New function.
    	(target_read_stack, target_write_memory, target_write_raw_memory):
    	Update comment.
    	(target_read_code): Add comment.
    	* target.h (target_read_raw_memory): Declare.

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

Summary of changes:
 gdb/ChangeLog |    9 +++++++++
 gdb/dcache.c  |   11 +++++------
 gdb/target.c  |   34 ++++++++++++++++++++++++----------
 gdb/target.h  |    3 +++
 4 files changed, 41 insertions(+), 16 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]