summaryrefslogtreecommitdiff
path: root/gdb/python/py-type.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves2017-08-091-6/+2
* -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves2017-04-051-3/+3
* -Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves2017-04-051-2/+2
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-3/+2
* Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov2017-03-201-0/+1
* Implement demangling for rvalue reference type namesArtemiy Volkov2017-03-201-0/+4
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-2/+2
* Remove unnecessary local variablesTom Tromey2017-02-101-1/+0
* Use gdbpy_ref to simplify some logicTom Tromey2017-02-101-7/+5
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-9/+9
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-15/+4
* Add constructor and destructor to demangle_parse_infoTom Tromey2017-01-101-5/+1
* Use gdbpy_enter in py-type.cTom Tromey2017-01-101-4/+1
* Use gdbpy_ref in py-type.cTom Tromey2017-01-101-117/+78
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* 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