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


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  b3ce5e5f1812cbd40fb817b16c61c2489e16949e (commit)
      from  8dfcab11cdc75d128bef59355b561760f5f59146 (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=b3ce5e5f1812cbd40fb817b16c61c2489e16949e

commit b3ce5e5f1812cbd40fb817b16c61c2489e16949e
Author: Doug Evans <xdje42@gmail.com>
Date:   Sat May 17 09:13:00 2014 -0700

    Copy over changes from guile.texi.
    
    	* python.texi (Basic Python) <gdb.execute>: Add text.
    	(Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
    	(Values From Inferior) <Python string>: Add text.
    	(Values From Inferior) <Value.string>: Clarify string length handling.
    	(Pretty Printing API): Add cindex.
    	(Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
    	Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
    	@vindex.
    	(Commands In Python) <COMPLETE_*>: Similarly.
    	(Symbols In Python) <SYMBOL_*>: Similarly.
    	(Breakpoints In Python) <WP_*>: Similarly.
    	(Breakpoints In Python) <BP_*>: Similarly.

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

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