r215128 - in /trunk/libstdc++-v3: ChangeLog pyt...

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Sep 10 13:18:00 GMT 2014


Author: redi
Date: Wed Sep 10 13:18:04 2014
New Revision: 215128

URL: https://gcc.gnu.org/viewcvs?rev=215128&root=gcc&view=rev
Log:
2014-09-10  Siva Chandra Reddy  <sivachandra@google.com>

	* python/hook.in: Load the xmethods.
	* python/Makefile.am (nobase_python_DATA): Add xmethods.py.
	* python/Makefile.in: Regenerated.
	* python/libstdcxx/v6/xmethods.py: New file.
	* testsuite/lib/gdb-test.exp (gdb_version_check_xmethods): New
	function.
	(gdb-test): New optional argument LOAD_XMETHODS.  Load xmethods
	python script if LOAD_XMETHODS is true.
	* testsuite/libstdc++-xmethods/unique_ptr.cc: New file.
	* testsuite/libstdc++-xmethods/vector.cc: New file.
	* testsuite/libstdc++-xmethods/xmethods.exp: New file.

Added:
    trunk/libstdc++-v3/python/libstdcxx/v6/xmethods.py
    trunk/libstdc++-v3/testsuite/libstdc++-xmethods/
    trunk/libstdc++-v3/testsuite/libstdc++-xmethods/unique_ptr.cc
    trunk/libstdc++-v3/testsuite/libstdc++-xmethods/vector.cc
    trunk/libstdc++-v3/testsuite/libstdc++-xmethods/xmethods.exp
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/python/Makefile.am
    trunk/libstdc++-v3/python/Makefile.in
    trunk/libstdc++-v3/python/hook.in
    trunk/libstdc++-v3/testsuite/lib/gdb-test.exp



More information about the Libstdc++-cvs mailing list