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. 256458bc0ed6b39c34afefb60d2b1009603fd62a


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  256458bc0ed6b39c34afefb60d2b1009603fd62a (commit)
      from  c9ae340d17015d64f6959ea63ca80a26af5540be (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=256458bc0ed6b39c34afefb60d2b1009603fd62a

commit 256458bc0ed6b39c34afefb60d2b1009603fd62a
Author: Doug Evans <xdje42@gmail.com>
Date:   Fri Nov 29 12:00:47 2013 -0800

    Remove trailing whitespace.
    
    	Whitespace cleanup.
    	* python/py-breakpoint.c: Remove trailing whitespace.
    	* python/py-cmd.c: Ditto.
    	* python/py-evts.c: Ditto.
    	* python/py-finishbreakpoint.c: Ditto.
    	* python/py-frame.c: Ditto.
    	* python/py-function.c: Ditto.
    	* python/py-inferior.c: Ditto.
    	* python/py-infthread.c: Ditto.
    	* python/py-param.c: Ditto.
    	* python/py-prettyprint.c: Ditto.
    	* python/py-symbol.c: Ditto.
    	* python/py-type.c: Ditto.
    	* python/py-utils.c: Ditto.
    	* python/py-value.c: Ditto.
    	* python/python-internal.h: Ditto.
    	* python/python.c: Ditto.

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

Summary of changes:
 gdb/ChangeLog                    |   20 +++++++++++++++++
 gdb/python/py-breakpoint.c       |   40 +++++++++++++++++-----------------
 gdb/python/py-cmd.c              |   10 ++++----
 gdb/python/py-evts.c             |    2 +-
 gdb/python/py-finishbreakpoint.c |   16 +++++++-------
 gdb/python/py-frame.c            |    4 +-
 gdb/python/py-function.c         |    2 +-
 gdb/python/py-inferior.c         |   10 ++++----
 gdb/python/py-infthread.c        |    2 +-
 gdb/python/py-param.c            |   24 ++++++++++----------
 gdb/python/py-prettyprint.c      |   14 ++++++------
 gdb/python/py-symbol.c           |    2 +-
 gdb/python/py-type.c             |   44 +++++++++++++++++++-------------------
 gdb/python/py-utils.c            |    6 ++--
 gdb/python/py-value.c            |   10 ++++----
 gdb/python/python-internal.h     |    4 +-
 gdb/python/python.c              |   22 +++++++++---------
 17 files changed, 126 insertions(+), 106 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]