aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-xmethods.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov1-2/+3
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov1-2/+3
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-2/+2
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-35/+36
2017-01-20Fix Py_DECREF being executed without holding the GILSimon Marchi1-2/+3
2017-01-10Use gdbpy_enter in py-xmethod.cTom Tromey1-91/+74
2017-01-10Use gdbpy_ref in invoke_match_methodTom Tromey1-38/+12
2017-01-10Use gdbpy_enter in gdbpy_get_matching_xmethod_workersTom Tromey1-95/+58
2017-01-10Use gdbpy_enter in py-xmethods.cTom Tromey1-8/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-06-09PR python/19819 - remove unused globals from py-xmethods.cTom Tromey1-12/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-5/+9
2015-04-29PR python/18285Doug Evans1-0/+107
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-06-03Xmethod support in Python.Siva Chandra1-0/+642