summaryrefslogtreecommitdiff
path: root/gdb/guile/scm-type.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-6/+12
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Eliminate remaining gdb/guile cleanupsPedro Alves2018-07-191-27/+21
* Eliminate most remaining cleanups under gdb/guile/Pedro Alves2018-07-181-10/+6
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-2/+8
* Remove a VEC from type.cTom Tromey2018-05-291-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+1
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-1/+1
* New function tyscm_scm_to_type.Doug Evans2017-03-161-0/+13
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-11/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string in gdb/guile/Pedro Alves2016-11-081-28/+14
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-6/+6
* guile: Add as_a_scm_t_subrPedro Alves2015-09-071-31/+33
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-36/+69
* New common function "startswith"Gary Benson2015-03-061-3/+3
* [python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker2015-01-071-1/+1
* gdb/guile: Do not error when trying to create empty array.Joel 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
* * guile/scm-type.c (type_smob): Remove duplicate typedef.Doug Evans2014-06-041-3/+4
* remove unnecessary smob mark/free functionsAndy Wingo2014-05-261-20/+0
* gdb smob cleanupsAndy Wingo2014-05-261-7/+2
* Fix pr 16612.Doug Evans2014-03-131-0/+19
* Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slotDoug Evans2014-02-201-2/+2
* Add Guile as an extension language.Doug Evans2014-02-091-0/+1495