devans | 10 Aug 2012 22:26
Favicon

src/gdb ChangeLog NEWS data-directory/Makefile ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	devans <at> sourceware.org	2012-08-10 20:26:00

Modified files:
	gdb            : ChangeLog NEWS 
	gdb/data-directory: Makefile.in 
	gdb/doc        : ChangeLog gdb.texinfo 
	gdb/python     : py-type.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.python: py-type.exp 
Added files:
	gdb/python/lib/gdb/function: __init__.py strfns.py 
	gdb/testsuite/gdb.python: py-strfns.c py-strfns.exp 

Log message:
	Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
	* NEWS: Document them.
	* data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
	function/strfns.py.
	* python/py-type.c (typy_array_1): New function.
	(typy_array): Call it.
	(typy_vector): New function.
	(type_object_methods): Add "vector".
	* python/lib/gdb/function/__init__.py: New file.
	* python/lib/gdb/function/strfns.py: New file.
	
	doc/
	* gdb.texinfo (Convenience Funs): New node.
	(Types In Python): Document Type.vector.
(Continue reading)


Gmane