]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-symtab.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / python / py-symtab.c
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-07-28  Tom TromeyRewrite registry.h
2022-04-28  Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-07  Simon Marchigdb: remove symtab::objfile
2022-04-07  Simon Marchigdb: remove symtab::blockvector
2022-03-23  Simon Marchigdb/python: remove Python 2/3 compatibility macros
2022-02-06  Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06  Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-02-06  Simon Marchigdb: remove SYMTAB_COMPUNIT macro, add getter/setter
2022-02-06  Simon Marchigdb: remove COMPUNIT_PRODUCER macro, add getter/setter
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
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-09-15  Tom TromeyDon't use PyInt_FromLong
2020-09-15  Tom TromeyDon't use gdb_py_long_from_ulongest
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-18  Philippe WaroquiersFix a bunch of python leaks due to missing calls to...
2019-03-25  Tom TromeyMore block constification
2019-01-23  Tom TromeyDo not include py-ref.h in most files
2019-01-03  Tom TromeyAvoid questionable casts in py-symtab.c
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-27  Tom TromeyRemove more calls to xfree from Python
2018-11-04  Tom TromeyReturn gdbpy_ref from some Python string functions
2018-09-16  Tom TromeyChange objfile_to_objfile_object to return a new reference
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-01  Joel Brobeckerupdate copyright year range in GDB files
2016-05-08  Trevor Saundersremove trivialy unused variables
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-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-04  Ciro Santillipython: fix Linetable case to LineTable in docstrings...
2015-02-11  Tom TromeyFix redefinition errors in C++ mode
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18  Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18  Doug EvansSYMTAB_OBJFILE: New macro.
2014-09-18  Doug EvansNew "producer" attribute of python gdb.Symtab.
2014-06-18  Tom Tromeyconstify some blockvector APIs
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-11  Phil Muldoon2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20  Tom Tromey * python/py-symtab.c (set_sal): 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-02-03  Jan Kratochvilgdb/
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-25  Jan Kratochvilgdb/
2012-12-12  Paul KoningAdd support for Python 3.
2012-10-18  Tom Tromey * tracepoint.c (print_one_static_tracepoint_marker...
2012-10-15  Tom Tromey PR python/14635:
2012-06-27  Siva Chandra Reddy2012-06-26 Siva Chandra Reddy <sivachandra@google...
2012-05-03  Siva Chandra Reddy2012-05-03 Siva Chandra Reddy <sivachandra@google...
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-03-17  Phil Muldoon2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2011-02-26  Michael Snyder2011-02-25 Michael Snyder <msnyder@vmware.com>
2011-01-26  Tom Tromey * python/python.c (gdbpy_solib_name): Use gdb_py_longe...
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
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-02-24  Phil Muldoon2010-02-24 Phil Muldoon <pmuldoon@redhat.com>