summaryrefslogtreecommitdiff
path: root/gdb/python/py-xmethods.c
Commit message (Expand)AuthorAgeFilesLines
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-3/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* invoke_xmethod & array_viewPedro Alves2018-11-211-23/+17
* Change objfile_to_objfile_object to return a new referenceTom Tromey2018-09-161-2/+3
* Change pspace_to_pspace_object to return a new referenceTom Tromey2018-09-161-3/+3
* Remove xmethod_worker::cloneSimon Marchi2018-01-071-17/+0
* C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi2018-01-071-87/+67
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov2017-03-201-2/+3
* Add ability to return rvalue reference values from value_refArtemiy Volkov2017-03-201-2/+3
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-2/+2
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-35/+36
* Fix Py_DECREF being executed without holding the GILSimon Marchi2017-01-201-2/+3
* Use gdbpy_enter in py-xmethod.cTom Tromey2017-01-101-91/+74
* Use gdbpy_ref in invoke_match_methodTom Tromey2017-01-101-38/+12
* Use gdbpy_enter in gdbpy_get_matching_xmethod_workersTom Tromey2017-01-101-95/+58
* Use gdbpy_enter in py-xmethods.cTom Tromey2017-01-101-8/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* PR python/19819 - remove unused globals from py-xmethods.cTom Tromey2016-06-091-12/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-5/+9
* PR python/18285Doug Evans2015-04-291-0/+107
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Xmethod support in Python.Siva Chandra2014-06-031-0/+642