summaryrefslogtreecommitdiff
path: root/gdb/python/py-type.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-08-09Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-03-20Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov
2017-03-20Implement demangling for rvalue reference type namesArtemiy Volkov
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov
2017-02-10Remove unnecessary local variablesTom Tromey
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey
2017-02-10Turn gdbpy_ref into a templateTom Tromey
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-10Add constructor and destructor to demangle_parse_infoTom Tromey
2017-01-10Use gdbpy_enter in py-type.cTom Tromey
2017-01-10Use gdbpy_ref in py-type.cTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey
2016-11-08Use ui_file_as_string in gdb/python/Pedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-21Fix accessing a function's fields (parameters) from Python (PR 18073)Simon Marchi
2015-09-25Add some more casts (2/2)Simon Marchi
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-04-28Add gdb.Type.optimized_out method.Sasha Smundak
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-02-11Fix redefinition errors in C++ modeTom Tromey
2015-01-07[python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker
2015-01-06gdb/python: exception trying to create empty arrayJoel Brobecker
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-01-15Add missing empty line after declarations in "if" block (py-type.c).Joel Brobecker
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra
2014-01-07[python] Add gdb.Type.name attribute.Joel Brobecker
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-122013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra
2013-11-29Remove trailing whitespace.Doug Evans
2013-11-21Move types_deeply_equal from py-type.c to gdbtypes.c.Doug Evans
2013-05-20 * python/py-type.c (typy_fields): Unconditionally decref 'r'.Tom Tromey
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey
2013-05-20 * mi/mi-main.c: Include python-internal.h.Tom Tromey
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey
2013-05-20 * python/py-type.c (make_fielditem): Add gdb_assert_not_reachedTom Tromey
2013-05-20 * python/py-arch.c (archpy_disassemble): Update.Tom Tromey
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey
2013-02-06 * python/py-type.c (typy_strip_typedefs): Don't call check_typedefTom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-12Add support for Python 3.Paul Koning
2012-11-12 * NEWS: Update.Tom Tromey