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. 9b11e3a7327f7b1fd5d40a6450a3cc323a78380c


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  9b11e3a7327f7b1fd5d40a6450a3cc323a78380c (commit)
      from  afb933145e2869c73c08db0995171d0d2e5b6296 (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=9b11e3a7327f7b1fd5d40a6450a3cc323a78380c

commit 9b11e3a7327f7b1fd5d40a6450a3cc323a78380c
Author: Gary Benson <gbenson@redhat.com>
Date:   Tue Jul 1 15:07:24 2014 +0100

    Remove unused Linux libthread_db callbacks
    
    gdb/proc-service.c includes several libthread_db callbacks that do not
    exist in gdb/gdbserver/proc-service.c.  Other than in proc_service.h,
    there is no reference to any of these callbacks in any revision of
    nptl_db or linuxthreads_db in glibc's git repo so it seems likely that
    these functions have never been called.  This commit removes them.
    
    gdb/
    2014-07-02  Gary Benson  <gbenson@redhat.com>
    
    	* proc-service.c (ps_xfer_memory): Update comment.
    	(ps_pstop): Remove unused function.
    	(ps_pcontinue): Likewise.
    	(ps_lstop): Likewise.
    	(ps_lcontinue): Likewise.
    	(ps_lgetxregsize): Likewise.
    	(ps_lgetxregs): Likewise.
    	(ps_lsetxregs): Likewise.
    	(ps_plog): Likewise.
    	(ps_ptread): Likewise.
    	(ps_ptwrite): Likewise.

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

Summary of changes:
 gdb/ChangeLog      |   14 +++++++
 gdb/proc-service.c |  104 +---------------------------------------------------
 2 files changed, 15 insertions(+), 103 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]