]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-type.c
Update copyright year range in all GDB files.
[thirdparty/binutils-gdb.git] / gdb / python / py-type.c
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:
2012-08-10  Doug Evans Add $_memeq, $_regex, $_streq, $_strlen convenience...
2012-08-10  Siddhesh Poyarekar * python/py-type.c (convert_field): Use gdb_py_long_fr...
2012-05-18  Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-04-20  Jan Kratochvilgdb/
2012-04-18  Jan Kratochvilgdb/
2012-02-17  Tom Tromey PR python/12070:
2012-02-07  Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-06  Tom Tromeythe "ambiguous linespec" series
2011-12-02  Doug Evans * python/py-type.c (type_object_methods): Fix "array...
2011-11-28  Phil Muldoon2011-11-28 Phil Muldoon <pmuldoon@redhat.com>
2011-11-15  Paul Koning* python/py-type.c (typy_get_composite): New function.
2011-11-10  Doug Evans * python/py-type.c (typy_fields_items): Call check_typ...
2011-11-04  Phil Muldoon2011-11-04 Phil Muldoon <pmuldoon@redhat.com>
2011-10-27  Phil Muldoon2011-10-27 Phil Muldoon <pmuldoon@redhat.com>
2011-10-20  Phil Muldoon2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2011-10-13  Tom Tromey * python/py-type.c (typy_has_key): Make 'field' const.
2011-10-09  Jan Kratochvilgdb/
2011-10-04  Paul Koning* python/py-type.c (typy_make_iter): Add forward declar...
2011-09-28  Paul Koning* python/py-type.c (make_fielditem, typy_field_names...
2011-09-15  Paul Koning* python/py-cmd.c (gdbpy_string_to_argv): Decrement...
2011-08-18  Keith Seitz PR c++/12266
2011-06-24  Tom Tromey * varobj.c (update_dynamic_varobj_children): Make...
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-08-31  Sami WagiaallaEnable custom bcache hash function.
next