aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-type.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-09gdb/Jan Kratochvil1-0/+17
2011-10-04* python/py-type.c (typy_make_iter): Add forward declaration.Paul Koning1-32/+10
2011-09-28* python/py-type.c (make_fielditem, typy_field_names, typy_items)Paul Koning1-24/+396
2011-09-15* python/py-cmd.c (gdbpy_string_to_argv): Decrement referencePaul Koning1-0/+1
2011-08-18 PR c++/12266Keith Seitz1-2/+9
2011-06-24 * varobj.c (update_dynamic_varobj_children): Make 'name' const.Tom Tromey1-2/+2
2011-01-26 * python/python.c (gdbpy_solib_name): Use gdb_py_longest andTom Tromey1-4/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-08-31Enable custom bcache hash function.Sami Wagiaalla1-1/+1
2010-08-24gdb/Jan Kratochvil1-1/+1
2010-08-23gdbTom Tromey1-1/+197
2010-08-23 PR python/10953:Tom Tromey1-3/+14
2010-08-23gdbTom Tromey1-0/+51