hook.in: Load the xmethods.
authorSiva Chandra Reddy <sivachandra@google.com>
Wed, 10 Sep 2014 13:18:04 +0000 (13:18 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 10 Sep 2014 13:18:04 +0000 (14:18 +0100)
commite9e08827bf931aba511a928a0feccbc328f2a927
tree99b6859d870823eec6a19c39fa4d7c997524e91b
parentf15b287f2dcdf5284a2abb3e5c727f26c11cc064
hook.in: Load the xmethods.

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.

From-SVN: r215128
libstdc++-v3/ChangeLog
libstdc++-v3/python/Makefile.am
libstdc++-v3/python/Makefile.in
libstdc++-v3/python/hook.in
libstdc++-v3/python/libstdcxx/v6/xmethods.py [new file with mode: 0644]
libstdc++-v3/testsuite/lib/gdb-test.exp
libstdc++-v3/testsuite/libstdc++-xmethods/unique_ptr.cc [new file with mode: 0644]
libstdc++-v3/testsuite/libstdc++-xmethods/vector.cc [new file with mode: 0644]
libstdc++-v3/testsuite/libstdc++-xmethods/xmethods.exp [new file with mode: 0644]