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. 4ac248ca0beb1dfdb56716a440c4558b89fd7b1a


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  4ac248ca0beb1dfdb56716a440c4558b89fd7b1a (commit)
       via  cde33bf1035aac8e2e35c4699544dcc166f2054d (commit)
      from  230de03ab46fe0ed122dc0ed0370781f39692eb7 (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=4ac248ca0beb1dfdb56716a440c4558b89fd7b1a

commit 4ac248ca0beb1dfdb56716a440c4558b89fd7b1a
Author: Yao Qi <yao@codesourcery.com>
Date:   Mon Nov 4 17:53:56 2013 +0800

    Add target_xfer_partial_ftype
    
    This patch adds a typedef target_xfer_partial_ftype.  When we change
    the signature of xfer_partial functions (for example, adding a new
    parameter), we don't have to modify all of their declarations.
    
    This patch also updates the type of parameters of target_xfer_partial
    from "void *" to "gdb_byte *".
    
    gdb:
    
    2013-12-18  Yao Qi  <yao@codesourcery.com>
    
    	* target.h (target_xfer_partial_ftype): New typedef.
    	(target_xfer_partial): Update declaration.
    	* auxv.h (memory_xfer_auxv): Likewise.
    	* ia64-hpux-nat.c (super_xfer_partial): Likewise.
    	* ia64-linux-nat.c (super_xfer_partial): Likewise.
    	* linux-nat.c (super_xfer_partial): Likewise.
    	* procfs.c (procfs_xfer_partial): Likewise.
    	* record-full.c (record_full_beneath_to_xfer_partial):
    	(tmp_to_xfer_partial): Likewise.
    	* sparc-nat.c (inf_ptrace_xfer_partial): Likewise.
    	* target.c (default_xfer_partial): Likewise.
    	(current_xfer_partial): Likewise.
    	(target_xfer_partial): Change parameter type to 'gdb_byte *'.

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

commit cde33bf1035aac8e2e35c4699544dcc166f2054d
Author: Yao Qi <yao@codesourcery.com>
Date:   Mon Nov 4 11:16:37 2013 +0800

    Replace sprintf with xsnprintf
    
    gdb:
    
    2013-12-18  Yao Qi  <yao@codesourcery.com>
    
    	* linux-nat.c (linux_proc_xfer_partial): Call xsnprintf instead
    	of sprintf.
    	(linux_nat_detach, linux_child_pid_to_exec_file): Likewise.
    	(linux_proc_pending_signals): Likewise.

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

Summary of changes:
 gdb/ChangeLog        |   23 +++++++++++++++++++++++
 gdb/auxv.h           |    8 +-------
 gdb/ia64-hpux-nat.c  |    4 +---
 gdb/ia64-linux-nat.c |    4 +---
 gdb/linux-nat.c      |   15 ++++++---------
 gdb/procfs.c         |    7 +------
 gdb/record-full.c    |   17 ++---------------
 gdb/sparc-nat.c      |    4 +---
 gdb/target.c         |   16 ++++------------
 gdb/target.h         |   16 ++++++++++------
 10 files changed, 50 insertions(+), 64 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]