/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/ |
H A D | __init__.py | 32 from .xmethods import register_libstdcxx_xmethods
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/ |
H A D | __init__.py | 32 from .xmethods import register_libstdcxx_xmethods
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/ |
H A D | Makefile.am | 42 libstdcxx/v6/xmethods.py \
|
H A D | Makefile.in | 418 libstdcxx/v6/xmethods.py \
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/ |
H A D | Makefile.am | 42 libstdcxx/v6/xmethods.py \
|
H A D | Makefile.in | 405 libstdcxx/v6/xmethods.py \
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | stabs.c | 2672 debug_method *methods, *xmethods; in parse_stab_members() local 2974 xmethods = methods; in parse_stab_members() 2978 xmethods = debug_xalloc (dhandle, (c + 1) * sizeof (*methods)); in parse_stab_members() 2979 memcpy (xmethods, methods, (c + 1) * sizeof (*methods)); in parse_stab_members() 2983 *retp = xmethods; in parse_stab_members()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2014 | 782 * testsuite/libstdc++-xmethods/associative-containers.cc: Add new 804 * python/libstdcxx/v6/xmethods.py: Add xmethods for associative 806 * testsuite/libstdc++-xmethods/associative-containers.cc: New file. 4597 * python/libstdcxx/v6/xmethods.py: Add xmethods for std::array, 4599 * testsuite/libstdc++-xmethods/array.cc: New file. 4600 * testsuite/libstdc++-xmethods/deque.cc: Likewise. 4601 * testsuite/libstdc++-xmethods/forwardlist.cc: Likewise. 4602 * testsuite/libstdc++-xmethods/list.cc: Likewise. 4603 * testsuite/libstdc++-xmethods/vector.cc: Add tests. 4874 * python/libstdcxx/v6/__init__.py: Load printers and xmethods. [all …]
|
H A D | ChangeLog | 1231 * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.index): 1233 * testsuite/libstdc++-xmethods/deque.cc: Check index operator 1262 * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.size): Fix 1264 * testsuite/libstdc++-xmethods/deque.cc: Check failing cases. 1282 * python/libstdcxx/v6/xmethods.py (is_specialization_of): 1300 * python/libstdcxx/v6/xmethods.py (_versioned_namespace): 1308 * python/libstdcxx/v6/xmethods.py (is_specialization_of): Define 1339 * python/libstdcxx/v6/xmethods.py: Likewise. 1347 * python/libstdcxx/v6/xmethods.py: Likewise. 2442 * python/libstdcxx/v6/xmethods.py (SharedPtrUseCountWorker): [all …]
|
H A D | ChangeLog-2015 | 3222 * python/libstdcxx/v6/xmethods.py (UniquePtrMethodsMatcher): Add 3224 * testsuite/libstdc++-xmethods/unique_ptr.cc: Add tests for 3848 * python/libstdcxx/v6/xmethods.py (get_bool_type): New function. 3861 * testsuite/libstdc++-xmethods/array.cc: Add whatis tests. 3862 * testsuite/libstdc++-xmethods/associative-containers.cc: Ditto. 3863 * testsuite/libstdc++-xmethods/deque.cc: Ditto. 3864 * testsuite/libstdc++-xmethods/forwardlist.cc: Ditto. 3865 * testsuite/libstdc++-xmethods/list.cc: Ditto. 3866 * testsuite/libstdc++-xmethods/unique_ptr.cc: Ditto. 3867 * testsuite/libstdc++-xmethods/vector.cc: Ditto. [all …]
|
H A D | ChangeLog-2016 | 111 * python/libstdcxx/v6/xmethods.py (UniquePtrGetWorker.__init__): Use 122 * testsuite/libstdc++-xmethods/unique_ptr.cc: Test arrays. 123 * testsuite/libstdc++-xmethods/shared_ptr.cc: New test. 1472 * python/libstdcxx/v6/xmethods.py (UniquePtrGetWorker): Likewise. 5689 * python/libstdcxx/v6/xmethods.py (ListMethodsMatcher.match): Match 6380 * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.__init__) 6386 * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.__init__) 6402 * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.index): Rename 6944 * testsuite/libstdc++-xmethods/xmethods.exp: Likewise.
|
H A D | ChangeLog-2019 | 1840 * python/libstdcxx/v6/xmethods.py (SharedPtrUseCountWorker.__call__): 3772 * python/libstdcxx/v6/xmethods.py (UniquePtrGetWorker.__call__):
|
H A D | ChangeLog-2017 | 4327 * python/libstdcxx/v6/xmethods.py: Make all matchers look for
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2014 | 4674 * python/lib/gdb/command/xmethods.py (set_xm_status1): Use the 6898 * python/lib/gdb/command/xmethods.py 7856 * NEWS (Python Scripting): Add entry about the new xmethods 7861 * python/py-xmethods.c: New file. 7862 * python/py-objfile.c (objfile_object): New field 'xmethods'. 7863 (objfpy_dealloc): XDECREF on the new xmethods field. 7864 (objfpy_new, objfile_to_objfile_object): Initialize xmethods 7867 (objfile_getset): New entry 'xmethods'. 7868 * python/py-progspace.c (pspace_object): New field 'xmethods'. 7869 (pspy_dealloc): XDECREF on the new xmethods field. [all …]
|
H A D | ChangeLog-2017 | 15886 * python/py-xmethods.c (gdbpy_get_xmethod_result_type) 15958 * python/py-xmethods.c (gdbpy_get_xmethod_result_type) 16906 python/py-varobj.c, python/py-xmethods.c, python/python.c, 17726 * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise. 18149 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use 18158 * python/py-xmethods.c (invoke_match_method): Use 18163 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use 18194 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
|
H A D | ChangeLog-2018 | 1233 * python/py-xmethods.c (python_xmethod_worker::invoke) 2633 * python/lib/gdb/command/xmethods.py (InfoXMethod) 3664 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): 3682 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): 16912 * python/py-xmethods.c (struct python_xmethod_worker) <clone>: 16971 * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
|
H A D | ChangeLog-2015 | 2436 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise. 9945 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo. 10075 EVAL_AVOID_SIDE_EFFECTS for xmethods. 10080 * python/py-xmethods.c (get_result_type_method_name): New static 10090 xmethods.
|
H A D | ChangeLog-2019 | 1088 * python/py-xmethods.c (python_xmethod_worker::invoke): 16138 * python/py-xmethods.c: Do not include py-ref.h. 16277 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): 16966 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
|
H A D | ChangeLog-2016 | 1740 (py-xmethods.o): Likewise. 6907 * python/py-xmethods.c (invoke_method_name)
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2014 | 4674 * python/lib/gdb/command/xmethods.py (set_xm_status1): Use the 6898 * python/lib/gdb/command/xmethods.py 7856 * NEWS (Python Scripting): Add entry about the new xmethods 7861 * python/py-xmethods.c: New file. 7862 * python/py-objfile.c (objfile_object): New field 'xmethods'. 7863 (objfpy_dealloc): XDECREF on the new xmethods field. 7864 (objfpy_new, objfile_to_objfile_object): Initialize xmethods 7867 (objfile_getset): New entry 'xmethods'. 7868 * python/py-progspace.c (pspace_object): New field 'xmethods'. 7869 (pspy_dealloc): XDECREF on the new xmethods field. [all …]
|
H A D | ChangeLog-2017 | 15886 * python/py-xmethods.c (gdbpy_get_xmethod_result_type) 15958 * python/py-xmethods.c (gdbpy_get_xmethod_result_type) 16906 python/py-varobj.c, python/py-xmethods.c, python/python.c, 17726 * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise. 18149 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use 18158 * python/py-xmethods.c (invoke_match_method): Use 18163 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use 18194 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
|
H A D | ChangeLog-2018 | 1233 * python/py-xmethods.c (python_xmethod_worker::invoke) 2633 * python/lib/gdb/command/xmethods.py (InfoXMethod) 3664 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): 3682 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): 16912 * python/py-xmethods.c (struct python_xmethod_worker) <clone>: 16971 * python/py-xmethods.c (struct gdbpy_worker_data): Rename to...
|
H A D | ChangeLog-2015 | 2436 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise. 9945 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo. 10075 EVAL_AVOID_SIDE_EFFECTS for xmethods. 10080 * python/py-xmethods.c (get_result_type_method_name): New static 10090 xmethods.
|
H A D | ChangeLog-2019 | 1088 * python/py-xmethods.c (python_xmethod_worker::invoke): 16138 * python/py-xmethods.c: Do not include py-ref.h. 16277 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): 16966 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
|
H A D | ChangeLog-2016 | 1740 (py-xmethods.o): Likewise. 6907 * python/py-xmethods.c (invoke_method_name)
|