]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-type.c
gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
[thirdparty/binutils-gdb.git] / gdb / python / py-type.c
2021-10-01  Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-09-23  Tom TromeyChange pointer_type to a method of struct type
2021-09-09  Andrew Burgessgdb/python: remove all uses of Py_TPFLAGS_HAVE_ITER
2021-06-25  Tom TromeyDecode Ada types in Python layer
2021-04-28  Andrew Burgessgdb: delay python initialisation until gdbpy_finish_ini...
2021-04-22  Simon Marchigdb: fix getting range of flexible array member in...
2021-01-28  Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-22  Simon Marchigdb: remove TYPE_OBJFILE macro
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-18  Hannes DomaniFix accessing a method's fields from Python
2020-12-04  Tom TromeyRemove redundant typedefs
2020-09-17  Tom TromeyUse htab_up in type copying
2020-09-15  Tom TromeyDon't use PyInt_FromLong
2020-09-15  Tom TromeyDon't use PyLong_FromLong
2020-09-15  Tom TromeyDon't use gdb_py_long_from_longest
2020-09-14  Simon Marchigdb: remove TYPE_STUB
2020-07-13  Simon Marchigdb: make type::bounds work for array and string types
2020-07-13  Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08  Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-24  Tom TromeyAdd Python support for dynamic types
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-05  Simon MarchiRemove gdbarch parameter of lookup_typename
2019-11-18  Philippe WaroquiersFix a bunch of python leaks due to missing calls to...
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-09-26  Tom TromeyDo not expose stub types to Python
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-04  Christian Biesinge... Add an objfile getter to gdb.Type
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-02-27  Tom TromeyRemove Python 2.4 and 2.5 support
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyDo not include py-ref.h in most files
2019-01-03  Tom TromeyImprove reference counting in py-type.c
2019-01-03  Tom TromeyRemove more uses of explicit reference counting in...
2019-01-02  Tom TromeyStyle improvements in gdb/python
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-04  Tom TromeyReturn gdbpy_ref from gdb_py_object_from_*longest
2018-09-24  Tom TromeyCheck for negative argument in Type.template_argument
2018-06-01  Tom TromeyRemove a static buffer from cp-name-parser.y
2018-06-01  Tom TromeyRemove TYPE_TAG_NAME
2018-05-29  Tom TromeyRemove a VEC from type.c
2018-04-30  Tom TromeyExpose type alignment on gdb.Type
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-08-09  Pedro AlvesMake cp_comp_to_string return a gdb::unique_xmalloc_ptr...
2017-04-05  Pedro Alves-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords...
2017-04-05  Pedro Alves-Wwrite-strings: Wrap PyGetSetDef for construction...
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-03-20  Artemiy VolkovSupport rvalue references in the gdb python module...
2017-03-20  Artemiy VolkovImplement demangling for rvalue reference type names
2017-03-20  Artemiy VolkovChange {lookup,make}_reference_type API
2017-02-10  Tom TromeyRemove unnecessary local variables
2017-02-10  Tom TromeyUse gdbpy_ref to simplify some logic
2017-02-10  Tom TromeyTurn gdbpy_ref into a template
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-11  Tom TromeyAdd constructor and destructor to demangle_parse_info
2017-01-11  Tom TromeyUse gdbpy_enter in py-type.c
2017-01-11  Tom TromeyUse gdbpy_ref in py-type.c
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-10  Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/python/
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-21  Simon MarchiFix accessing a function's fields (parameters) from...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-04-29  Sasha SmundakAdd gdb.Type.optimized_out method.
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06  Gary BensonNew common function "startswith"
2015-02-11  Tom TromeyFix redefinition errors in C++ mode
2015-01-07  Joel Brobecker[python,guile] Add comment beside conditions testing...
2015-01-06  Joel Brobeckergdb/python: exception trying to create empty array
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-07  Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-01-15  Joel BrobeckerAdd missing empty line after declarations in "if" block...
2014-01-14  Siva ChandraUse bitpos and type to lookup a gdb.Field object when...
2014-01-07  Joel Brobecker[python] Add gdb.Type.name attribute.
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-12  Siva Chandra2013-12-12 Siva Chandra Reddy <sivachandra@google...
2013-11-29  Doug EvansRemove trailing whitespace.
2013-11-22  Doug EvansMove types_deeply_equal from py-type.c to gdbtypes.c.
2013-05-20  Tom Tromey * python/py-type.c (typy_fields): Unconditionally...
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20  Tom Tromey * mi/mi-main.c: Include python-internal.h.
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Return...
2013-05-20  Tom Tromey * python/py-type.c (make_fielditem): Add gdb_assert_no...
2013-05-20  Tom Tromey * python/py-arch.c (archpy_disassemble): Update.
2013-05-20  Tom Tromey * python/py-arch.c (arch_object_type): Use
2013-02-06  Tom Tromey * python/py-type.c (typy_strip_typedefs): Don't call...
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-16  Yao Qigdb/
2012-08-15  Tom Tromey PR python/14387:
next