aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-type.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-21Fix accessing a function's fields (parameters) from Python (PR 18073)Simon Marchi1-2/+3
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+3
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-2/+2
2015-04-28Add gdb.Type.optimized_out method.Sasha Smundak1-0/+13
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-51/+101
2015-03-06New common function "startswith"Gary Benson1-3/+3
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-6/+6
2015-01-07[python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker1-1/+1
2015-01-06gdb/python: exception trying to create empty arrayJoel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-01-15Add missing empty line after declarations in "if" block (py-type.c).Joel Brobecker1-0/+1
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra1-4/+11
2014-01-07[python] Add gdb.Type.name attribute.Joel Brobecker1-0/+14
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-122013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra1-0/+15
2013-11-29Remove trailing whitespace.Doug Evans1-22/+22
2013-11-21Move types_deeply_equal from py-type.c to gdbtypes.c.Doug Evans1-187/+4
2013-05-20 * python/py-type.c (typy_fields): Unconditionally decref 'r'.Tom Tromey1-4/+1
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-9/+6
2013-05-20 * mi/mi-main.c: Include python-internal.h.Tom Tromey1-0/+3
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-9/+13
2013-05-20 * python/py-type.c (make_fielditem): Add gdb_assert_not_reachedTom Tromey1-0/+2
2013-05-20 * python/py-arch.c (archpy_disassemble): Update.Tom Tromey1-17/+3
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey1-3/+6
2013-02-06 * python/py-type.c (typy_strip_typedefs): Don't call check_typedefTom Tromey1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-8/+14
2012-11-12 * NEWS: Update.Tom Tromey1-1/+3
2012-08-16gdb/Yao Qi1-1/+1
2012-08-15 PR python/14387:Tom Tromey1-0/+6
2012-08-10 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.Doug Evans1-2/+28
2012-08-10 * python/py-type.c (convert_field): Use gdb_py_long_from_longestSiddhesh Poyarekar1-2/+2
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-4/+0
2012-04-20gdb/Jan Kratochvil1-1/+2
2012-04-18gdb/Jan Kratochvil1-2/+18
2012-02-17 PR python/12070:Tom Tromey1-1/+8
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-2/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-12-06the "ambiguous linespec" seriesTom Tromey1-6/+8
2011-12-02 * python/py-type.c (type_object_methods): Fix "array" doc string.Doug Evans1-2/+4
2011-11-282011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-3/+16
2011-11-15* python/py-type.c (typy_get_composite): New function.Paul Koning1-29/+126
2011-11-10 * python/py-type.c (typy_fields_items): Call check_typedef.Doug Evans1-7/+26
2011-11-042011-11-04 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-8/+21
2011-10-272011-10-27 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-21/+42
2011-10-202011-10-20 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-5/+5
2011-10-13 * python/py-type.c (typy_has_key): Make 'field' const.Tom Tromey1-1/+1