summaryrefslogtreecommitdiff
path: root/gdb/python/py-type.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_deleteusers/palves/cxx-eliminate-cleanupsPedro Alves2016-11-171-15/+4
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-091-3/+2
* Use ui_file_as_string in gdb/python/Pedro Alves2016-11-081-6/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Fix accessing a function's fields (parameters) from Python (PR 18073)Simon Marchi2015-10-211-2/+3
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+3
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-2/+2
* Add gdb.Type.optimized_out method.Sasha Smundak2015-04-281-0/+13
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-51/+101
* New common function "startswith"Gary Benson2015-03-061-3/+3
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-6/+6
* [python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker2015-01-071-1/+1
* gdb/python: exception trying to create empty arrayJoel Brobecker2015-01-061-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Add missing empty line after declarations in "if" block (py-type.c).Joel Brobecker2014-01-151-0/+1
* Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra2014-01-131-4/+11
* [python] Add gdb.Type.name attribute.Joel Brobecker2014-01-071-0/+14
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra2013-12-121-0/+15
* Remove trailing whitespace.Doug Evans2013-11-291-22/+22
* Move types_deeply_equal from py-type.c to gdbtypes.c.Doug Evans2013-11-211-187/+4
* * python/py-type.c (typy_fields): Unconditionally decref 'r'.Tom Tromey2013-05-201-4/+1
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-201-9/+6
* * mi/mi-main.c: Include python-internal.h.Tom Tromey2013-05-201-0/+3
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-201-9/+13
* * python/py-type.c (make_fielditem): Add gdb_assert_not_reachedTom Tromey2013-05-201-0/+2
* * python/py-arch.c (archpy_disassemble): Update.Tom Tromey2013-05-201-17/+3
* * python/py-arch.c (arch_object_type): UseTom Tromey2013-05-201-3/+6
* * python/py-type.c (typy_strip_typedefs): Don't call check_typedefTom Tromey2013-02-061-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Add support for Python 3.Paul Koning2012-12-121-8/+14
* * NEWS: Update.Tom Tromey2012-11-121-1/+3
* gdb/Yao Qi2012-08-161-1/+1
* PR python/14387:Tom Tromey2012-08-151-0/+6
* Add $_memeq, $_regex, $_streq, $_strlen convenience functions.Doug Evans2012-08-101-2/+28
* * python/py-type.c (convert_field): Use gdb_py_long_from_longestSiddhesh Poyarekar2012-08-101-2/+2
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-4/+0
* gdb/Jan Kratochvil2012-04-201-1/+2
* gdb/Jan Kratochvil2012-04-181-2/+18
* PR python/12070:Tom Tromey2012-02-171-1/+8
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-2/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* the "ambiguous linespec" seriesTom Tromey2011-12-061-6/+8
* * python/py-type.c (type_object_methods): Fix "array" doc string.Doug Evans2011-12-021-2/+4
* 2011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-11-281-3/+16
* * python/py-type.c (typy_get_composite): New function.Paul Koning2011-11-151-29/+126
* * python/py-type.c (typy_fields_items): Call check_typedef.Doug Evans2011-11-101-7/+26
* 2011-11-04 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-11-041-8/+21