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


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  7bc112c1b9bc6e6346e2afff9174fe4adbce909f (commit)
       via  fee354eeef0b5bb9b1b799e2ce313fc805b2af1a (commit)
       via  a30bf1f15c51b82a0134713bc44175cda296d3ae (commit)
      from  f4c51f600ed2fcf9f29bdaae71aa767b9b1bc4ac (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=7bc112c1b9bc6e6346e2afff9174fe4adbce909f

commit 7bc112c1b9bc6e6346e2afff9174fe4adbce909f
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Jun 6 13:38:16 2014 -0600

    constify to_info_proc and friends
    
    This makes a parameter of to_info_proc const and then fixes up some
    fallout, including parameters in a couple of gdbarch methods.
    
    I could not test the procfs.c change.  I verified it by inspection.
    If this causes an error here, it will be trivial to fix.
    
    2014-06-16  Tom Tromey  <tromey@redhat.com>
    
    	* target.h (struct target_ops) <to_info_proc>: Make parameter
    	const.
    	(target_info_proc): Update.
    	* target.c (target_info_proc): Make "args" const.
    	* procfs.c (procfs_info_proc): Update.
    	* linux-tdep.c (linux_info_proc): Update.
    	(linux_core_info_proc_mappings): Make "args" const.
    	(linux_core_info_proc): Update.
    	* gdbarch.sh (info_proc, core_info_proc): Make "args" const.
    	* gdbarch.c: Rebuild.
    	* gdbarch.h: Rebuild.
    	* corelow.c (core_info_proc): Update.

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

commit fee354eeef0b5bb9b1b799e2ce313fc805b2af1a
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Jun 6 13:26:53 2014 -0600

    constify to_disconnect
    
    This constifies an parameter of to_disconnect and updates
    target_disconnect as well.
    
    2014-06-16  Tom Tromey  <tromey@redhat.com>
    
    	* target.h (struct target_ops) <to_disconnect>: Make parameter
    	const.
    	(target_disconnect): Update.
    	* target.c (target_disconnect): Make "args" const.
    	* target-delegates.c: Rebuild.
    	* remote.c (remote_disconnect): Update.
    	* record.h (record_disconnect): Update.
    	* record.c (record_disconnect): Update.
    	* inf-child.c (inf_child_disconnect): Update.

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

commit a30bf1f15c51b82a0134713bc44175cda296d3ae
Author: Tom Tromey <tromey@redhat.com>
Date:   Fri Jun 6 13:19:53 2014 -0600

    constify to_rcmd
    
    This makes the "command" parameter of the to_rcmd target method const.
    
    2014-06-16  Tom Tromey  <tromey@redhat.com>
    
    	* target.h (struct target_ops) <to_rcmd>: Make "command" const.
    	* target.c (debug_to_rcmd, default_rcmd): Update.
    	* target-delegates.c: Rebuild.
    	* remote.c (remote_rcmd): Update.
    	* monitor.c (monitor_rcmd): Update.

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

Summary of changes:
 gdb/ChangeLog          |   35 +++++++++++++++++++++++++++++++++++
 gdb/corelow.c          |    3 ++-
 gdb/gdbarch.c          |    4 ++--
 gdb/gdbarch.h          |    8 ++++----
 gdb/gdbarch.sh         |    4 ++--
 gdb/inf-child.c        |    2 +-
 gdb/linux-tdep.c       |   15 ++++++++++-----
 gdb/monitor.c          |    2 +-
 gdb/procfs.c           |    4 ++--
 gdb/record.c           |    2 +-
 gdb/record.h           |    2 +-
 gdb/remote.c           |    6 +++---
 gdb/target-delegates.c |    6 +++---
 gdb/target.c           |   11 ++++++-----
 gdb/target.h           |   11 ++++++-----
 15 files changed, 79 insertions(+), 36 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]