]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-xmethods.c
Update copyright year range in all GDB files.
[thirdparty/binutils-gdb.git] / gdb / python / py-xmethods.c
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-05  Simon MarchiRemove gdbarch parameter of lookup_typename
2019-01-23  Tom TromeyDo not include py-ref.h in most files
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10  Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21  Pedro Alvesinvoke_xmethod & array_view
2018-09-16  Tom TromeyChange objfile_to_objfile_object to return a new reference
2018-09-16  Tom TromeyChange pspace_to_pspace_object to return a new reference
2018-01-07  Simon MarchiRemove xmethod_worker::clone
2018-01-07  Simon MarchiC++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-03-20  Artemiy VolkovSupport rvalue references in the gdb python module...
2017-03-20  Artemiy VolkovAdd ability to return rvalue reference values from...
2017-03-20  Artemiy VolkovChange {lookup,make}_reference_type API
2017-02-10  Tom TromeyTurn gdbpy_ref into a template
2017-01-21  Simon MarchiFix Py_DECREF being executed without holding the GIL
2017-01-11  Tom TromeyUse gdbpy_enter in py-xmethod.c
2017-01-11  Tom TromeyUse gdbpy_ref in invoke_match_method
2017-01-11  Tom TromeyUse gdbpy_enter in gdbpy_get_matching_xmethod_workers
2017-01-11  Tom TromeyUse gdbpy_enter in py-xmethods.c
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-06-09  Tom TromeyPR python/19819 - remove unused globals from py-xmethods.c
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-04-29  Doug EvansPR python/18285
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-06-03  Siva ChandraXmethod support in Python.