gdb: implement missing debug handler hook for Python
[binutils-gdb.git] / gdb / python / py-progspace.c
2023-11-14 Andrew Burgessgdb: implement missing debug handler hook for Python
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-10-02 Andrew Burgessgdb: add Python events for program space addition and...
2023-09-28 Andrew Burgessgdb/python: make the executable_changed event available...
2023-09-28 Andrew Burgessgdb/python: new Progspace.executable_filename attribute
2023-09-28 Andrew Burgessgdb/python: new Progspace.symbol_file attribute
2023-09-28 Andrew Burgessgdb/doc: extend the description for Progspace.filename
2023-07-21 Tom TromeyAdd Progspace.objfile_for_address
2023-05-05 Andrew Burgessgdb/python: add mechanism to manage Python initializati...
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-07-28 Tom TromeyRewrite registry.h
2022-07-08 Tom TromeyAccept gdb.Value in more Python APIs
2022-06-07 Tom TromeyConstify solib_name_from_address
2022-03-22 Andrew Burgessgdb/python: add gdb.format_address function
2022-02-06 Simon Marchigdb: remove COMPUNIT_OBJFILE macro
2022-01-26 Tom TromeyChange how Python architecture and language are handled
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-04-28 Andrew Burgessgdb: delay python initialisation until gdbpy_finish_ini...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Tom TromeyRemove redundant typedefs
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-24 Andrew Burgessgdb/python: Return None from Progspace.block_for_pc...
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
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 ALL_PSPACE_OBJFILES
2019-01-03 Tom TromeyRemove more uses of explicit reference counting in...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-04 Tom TromeyReturn gdbpy_ref from some Python string functions
2018-10-04 Tom de Vries[gdb/python] Fix cpychecker error in pspy_solib_name
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-09-16 Tom TromeyAdd more methods to gdb.Progspace
2018-09-13 Simon Marchipython: Add Progspace.objfiles method
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-04-05 Pedro Alves-Wwrite-strings: Wrap PyGetSetDef for construction...
2017-02-10 Tom TromeyUse gdbpy_ref to simplify some logic
2017-01-11 Tom TromeyUse gdbpy_enter in py-progspace.c
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-05-23 Tom TromeyFix PR python/19438, PR python/18393 - initialize dicti...
2016-03-30 Doug Evanspython/py-utils.c (host_string_to_python_string): New...
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-01 Sasha SmundakAdd support for writing unwinders in Python.
2015-02-11 Tom TromeyFix redefinition errors in C++ mode
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-31 Doug EvansAdd ability to add attributes to gdb.Objfile and gdb...
2014-10-13 Doug EvansRemove some code duplication in py-objfile.c, py-progsp...
2014-06-03 Siva ChandraXmethod support in Python.
2014-05-20 Doug EvansFix gdb.multi/base.exp failures.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-05-20 Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20 Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Return...
2013-05-20 Tom Tromey * python/py-arch.c (arch_object_type): Use
2013-05-10 Phil Muldoon2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12 Paul KoningAdd support for Python 3.
2012-11-12 Tom Tromey * NEWS: Update.
2012-08-22 Tom Tromey * auto-load.c (_initialize_auto_load): Update.
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-01-06 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-12-18 Marc Khouzam * python/py-progspace.c (py_free_pspace): Obtain arch...
2010-09-22 Jan Kratochvilgdb/
2010-05-17 Michael Snyder2010-05-17 Michael Snyder <msnyder@vmware.com>
2010-05-07 Michael Snyder2010-05-07 Michael Snyder <msnyder@vmware.com>
2010-04-15 Doug Evans * NEWS: Add entry for python program space support.