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


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  4cb0213de564968ca92727b581a0e51683d0552e (commit)
      from  d729aae0fd65e6b9b85ac59a42df8f9631bd6daa (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=4cb0213de564968ca92727b581a0e51683d0552e

commit 4cb0213de564968ca92727b581a0e51683d0552e
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Nov 28 14:54:32 2013 -0800

    Rename breakpoint_object to gdbpy_breakpoint_object.
    
    	* breakpoint.h (gdbpy_breakpoint_object): Renamed from
    	breakpoint_object.  All uses updated.
    	* python/python-internal.h (gdbpy_breakpoint_object): Renamed from
    	breakpoint_object.  All uses updated.
    	* python.c (*): All uses of breakpoint_object updated.
    	* python.h (*): All uses of breakpoint_object updated.
    	* python/py-breakpoint.c (*): All uses of breakpoint_object updated.
    	* python/py-finishbreakpoint.c (*): Ditto.

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

Summary of changes:
 gdb/ChangeLog                    |   11 ++++++
 gdb/breakpoint.h                 |    6 ++--
 gdb/python/py-breakpoint.c       |   66 +++++++++++++++++++-------------------
 gdb/python/py-finishbreakpoint.c |    8 ++--
 gdb/python/python-internal.h     |   10 +++---
 gdb/python/python.c              |    4 +-
 gdb/python/python.h              |    6 ++--
 7 files changed, 61 insertions(+), 50 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]