aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-xmethods.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-1/+3
2023-02-27Fix value chain use-after-freeTom Tromey1-0/+1
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-3/+3
2022-01-26Change how Python architecture and language are handledTom Tromey1-6/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-4/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-1/+1
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-3/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21invoke_xmethod & array_viewPedro Alves1-23/+17
2018-09-16Change objfile_to_objfile_object to return a new referenceTom Tromey1-2/+3
2018-09-16Change pspace_to_pspace_object to return a new referenceTom Tromey1-3/+3
2018-01-07Remove xmethod_worker::cloneSimon Marchi1-17/+0
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi1-87/+67
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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