summaryrefslogtreecommitdiff
path: root/gdb/python/py-xmethods.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-051-1/+3
* Fix value chain use-after-freeTom Tromey2023-02-271-0/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-3/+3
* Change how Python architecture and language are handledTom Tromey2022-01-261-6/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-4/+4
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-051-1/+1
* 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