This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]