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


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  7ec1862d1ac21dd92a3ea76a5a15eda4cf7b41ce (commit)
       via  dea80a27057a9bbf87f0bf5675b5a03ddd6fe18c (commit)
       via  b55e14c72c74ad4bcab302f9a81651ced881c415 (commit)
       via  0580464083068647909386211d6a3f22b3d1cf0e (commit)
      from  c0a6c611f171a40b0c69fdc2fb29b75abfd90ba6 (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=7ec1862d1ac21dd92a3ea76a5a15eda4cf7b41ce

commit 7ec1862d1ac21dd92a3ea76a5a15eda4cf7b41ce
Author: Yao Qi <yao@codesourcery.com>
Date:   Thu Jan 2 15:36:55 2014 +0800

    Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_shared_libraries and core_xfer_shared_libraries_aix
    
    This patch changes the type of 'len' from LONGEST to ULONGEST.  'len'
    is the argument of gdbarch methods core_xfer_shared_libraries and
    core_xfer_shared_libraries_aix.
    
    gdb:
    
    2014-01-14  Yao Qi  <yao@codesourcery.com>
    
    	* gdbarch.sh (core_xfer_shared_libraries): Change its argument
    	'len''s type to ULONGEST.
    	(core_xfer_shared_libraries_aix): Likewise.
    	* gdbarch.c, gdbarch.h: Reenerated.
    	* i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
    	Change type of 'len' to ULONGEST.
    	* rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
    	(rs6000_aix_core_xfer_shared_libraries_aix): Likewise.

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

commit dea80a27057a9bbf87f0bf5675b5a03ddd6fe18c
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Jan 3 19:19:51 2014 +0800

    Change 'len' of linux_common_xfer_osdata to ULONGEST.
    
    gdb:
    
    2014-01-14  Yao Qi  <yao@codesourcery.com>
    
    	* common/linux-osdata.c (linux_xfer_osdata_processes): Change
    	type of 'len' to ULONGEST.
    	(linux_xfer_osdata_processgroups): Likewise.
    	(linux_xfer_osdata_threads): Likewise.
    	(linux_xfer_osdata_fds): Likewise.
    	(linux_xfer_osdata_isockets): Likewise.
    	(linux_xfer_osdata_shm): Likewise.
    	(linux_xfer_osdata_sem): Likewise.
    	(linux_xfer_osdata_msg): Likewise.
    	(linux_common_xfer_osdata): Likewise.
    	(struct osdata_type) <getter>: Likewise.
    	* common/linux-osdata.h (linux_common_xfer_osdata): Update
    	the declaration.

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

commit b55e14c72c74ad4bcab302f9a81651ced881c415
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Jan 3 21:11:46 2014 +0800

    Change to_xfer_partial 'len' type to ULONGEST.
    
    This patch changes to_xfer_partial's len's type to ULONGEST, and
    adjust its implementations.
    
    gdb:
    
    2014-01-14  Yao Qi  <yao@codesourcery.com>
    
    	* target.h (target_xfer_partial_ftype): Update.
    	(struct target_ops) <to_xfer_partial>: Change 'len' type to
    	ULONGEST.
    	* aix-thread.c (aix_thread_xfer_partial): Change type of
    	argument 'len' to ULONGEST.
    	* auxv.c (procfs_xfer_auxv): Likewise.
    	(ld_so_xfer_auxv): Likewise.
    	(memory_xfer_auxv): Likewise.
    	* bfd-target.c (target_bfd_xfer_partial): Likewise.
    	* bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
    	* bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
    	* corelow.c (core_xfer_partial): Likewise.
    	* ctf.c (ctf_xfer_partial): Likewise.
    	* darwin-nat.c (darwin_read_write_inferior): Likewise.  Use
    	'%u'.
    	(darwin_read_dyld_info): Likewise.
    	(darwin_xfer_partial): Likewise.
    	* exec.c (section_table_xfer_memory_partial): Likewise.
    	(exec_xfer_partial): Likewise.
    	* exec.h (section_table_xfer_memory_partial): Update
    	declaration.
    	* gnu-nat.c (gnu_xfer_memory): Likewise.  Call pulongest
    	instead of plongest.
    	(gnu_xfer_partial): Likewise.
    	* ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
    	(ia64_hpux_xfer_solib_got): Likewise.
    	(ia64_hpux_xfer_partial): Likewise.
    	* ia64-linux-nat.c (ia64_linux_xfer_partial):
    	* inf-ptrace.c (inf_ptrace_xfer_partial):
    	* inf-ttrace.c (inf_ttrace_xfer_partial):
    	* linux-nat.c (linux_xfer_siginfo): Likewise.
    	(linux_nat_xfer_partial): Likewise.
    	(spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
    	(linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
    	* monitor.c (monitor_xfer_memory): Likewise.
    	(monitor_xfer_partial): Likewise.
    	* procfs.c (procfs_xfer_partial): Likewise.
    	* record-full.c (record_full_xfer_partial): Likewise.
    	(record_full_core_xfer_partial): Likewise.
    	* remote-sim.c (gdbsim_xfer_memory): Likewise.  Call pulongest
    	instead of plongest.
    	(gdbsim_xfer_partial): Likewise.
    	* remote.c (remote_xfer_partial): Likewise.
    	* rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
    	* rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
    	declaration.
    	* rs6000-nat.c (rs6000_xfer_partial): Likewise.
    	(rs6000_xfer_shared_libraries): Likewise.
    	* sol-thread.c (sol_thread_xfer_partial): Likewise.
    	* sparc-nat.c (sparc_xfer_wcookie): Likewise.
    	(sparc_xfer_partial): Likewise.
    	* spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
    	(spu_xfer_partial): Likewise.
    	* spu-multiarch.c (spu_xfer_partial): Likewise.
    	* target.c (target_read_live_memory): Likewise.
    	(memory_xfer_live_readonly_partial): Likewise.
    	(memory_xfer_partial, memory_xfer_partial_1): Likewise.
    	(target_xfer_partial, default_xfer_partial): Likewise.
    	(current_xfer_partial): Likewise.
    	* tracepoint.c (tfile_xfer_partial): Likewise.
    	* windows-nat.c (windows_xfer_memory): Likewise.  Call
    	pulongest instead of plongest.
    	(windows_xfer_partial): Likewise.
    	(windows_xfer_shared_libraries): Likewise.

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

commit 0580464083068647909386211d6a3f22b3d1cf0e
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Jan 3 10:33:44 2014 +0800

    Use target_xfer_partial_ftype for rs6000_xfer_shared_libraries
    
    Hi,
    We can use target_xfer_partial_ftype here for
    rs6000_xfer_shared_libraries declaration.
    
    gdb:
    
    2014-01-14  Yao Qi  <yao@codesourcery.com>
    
    	* rs6000-nat.c (rs6000_xfer_shared_libraries): Use
    	target_xfer_partial_ftype.

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

Summary of changes:
 gdb/ChangeLog             |   99 +++++++++++++++++++++++++++++++++++++++++++++
 gdb/aix-thread.c          |    2 +-
 gdb/auxv.c                |    6 +-
 gdb/bfd-target.c          |    2 +-
 gdb/bsd-kvm.c             |    2 +-
 gdb/bsd-uthread.c         |    2 +-
 gdb/common/linux-osdata.c |   22 +++++-----
 gdb/common/linux-osdata.h |    2 +-
 gdb/corelow.c             |    2 +-
 gdb/ctf.c                 |    2 +-
 gdb/darwin-nat.c          |   14 +++---
 gdb/exec.c                |    6 +-
 gdb/exec.h                |    2 +-
 gdb/gdbarch.c             |    4 +-
 gdb/gdbarch.h             |    8 ++--
 gdb/gdbarch.sh            |    4 +-
 gdb/gnu-nat.c             |    8 ++--
 gdb/i386-cygwin-tdep.c    |    2 +-
 gdb/ia64-hpux-nat.c       |    6 +-
 gdb/ia64-linux-nat.c      |    2 +-
 gdb/inf-ptrace.c          |    2 +-
 gdb/inf-ttrace.c          |    2 +-
 gdb/linux-nat.c           |   12 +++---
 gdb/monitor.c             |    4 +-
 gdb/procfs.c              |    2 +-
 gdb/record-full.c         |    4 +-
 gdb/remote-sim.c          |   13 +++---
 gdb/remote.c              |    2 +-
 gdb/rs6000-aix-tdep.c     |    4 +-
 gdb/rs6000-aix-tdep.h     |    2 +-
 gdb/rs6000-nat.c          |    9 +---
 gdb/sol-thread.c          |    2 +-
 gdb/sparc-nat.c           |    4 +-
 gdb/spu-linux-nat.c       |    4 +-
 gdb/spu-multiarch.c       |    2 +-
 gdb/target.c              |   16 ++++----
 gdb/target.h              |    4 +-
 gdb/tracepoint.c          |    2 +-
 gdb/windows-nat.c         |   10 ++--
 39 files changed, 197 insertions(+), 100 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]