]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-type.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / python / py-type.c
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-31  Tom TromeyAdd missing TYPE_CODE_* constants to Python
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-07-28  Tom TromeyRewrite registry.h
2022-07-28  Tom TromeyChange allocation of type-copying hash table
2022-06-23  Tom TromeyUse PyBool_FromLong
2022-03-23  Simon Marchigdb/python: remove Python 2/3 compatibility macros
2022-03-23  Simon Marchigdb/python: remove Python 2 support
2022-03-07  Andrew Burgessgdb/python: add Type.is_signed property
2022-03-07  Andrew Burgessgdb/python: add Type.is_scalar property
2022-02-24  Andrew Burgessgdb: use a range based for loop when iterating over...
2022-02-14  Tom TromeyRemove LA_PRINT_TYPE
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-01-26  Tom TromeyChange how Python architecture and language are handled
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
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
next