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


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  fab3a15dfb4255e9d5a79536518ccdbed4e66e23 (commit)
      from  092f880b8e4cacee96e85a885c206e8879e86fec (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=fab3a15dfb4255e9d5a79536518ccdbed4e66e23

commit fab3a15dfb4255e9d5a79536518ccdbed4e66e23
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Mon Oct 20 13:29:36 2014 -0400

    Small fixes to the Python API doc
    
    First:
    "Breakpoint.delete" is missing parenthesis.
    
    Second:
    Someone on IRC asked, how come there is no disable() method in the
    Breakpoint object.  It turns out you have to do "bp.enabled = False".
    Since every normal person would probably search for "disable" in that page
    if their intent is to disable a python breakpoint, I thought it would be
    useful if the description contained "disable" so it would be easy to find.
    The result might seem a bit silly and redundant, so I am open to
    suggestions.
    
    gdb/doc/ChangeLog:
    
    	* python.texi (Breakpoints In Python): Add parenthesis after
    	Breakpoint.delete.  Clarify Breakpoint.enabled description so
    	that it	contains "disable".

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

Summary of changes:
 gdb/doc/ChangeLog   |    6 ++++++
 gdb/doc/python.texi |    5 +++--
 2 files changed, 9 insertions(+), 2 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]