binutils-gdb/gdb/python/lib/gdb
Doug Evans a72c32530e 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.

	testsuite/
	* gdb.python/py-strfns.c: New file.
	* gdb.python/py-strfns.exp: New file.
	* gdb.python/py-type.exp (test_fields): Add vector tests.
2012-08-10 20:26:00 +00:00
..
command 2012-04-02 Siva Chandra Reddy <sivachandra@google.com> 2012-04-11 05:50:44 +00:00
function Add $_memeq, $_regex, $_streq, $_strlen convenience functions. 2012-08-10 20:26:00 +00:00
__init__.py Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
printing.py gdb/ 2012-04-18 06:46:47 +00:00
prompt.py Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
types.py gdb/ 2012-04-18 06:46:47 +00:00