aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-type.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey1-12/+30
2019-04-08Rename gdb exception typesTom Tromey1-12/+12
2019-04-08Rewrite TRY/CATCHTom Tromey1-36/+24
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-19Eliminate remaining gdb/guile cleanupsPedro Alves1-27/+21
2018-07-18Eliminate most remaining cleanups under gdb/guile/Pedro Alves1-10/+6
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-2/+8
2018-05-29Remove a VEC from type.cTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+1
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-1/+1
2017-03-16New function tyscm_scm_to_type.Doug Evans1-0/+13
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-11/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string in gdb/guile/Pedro Alves1-28/+14
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-6/+6
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-31/+33
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-36/+69
2015-03-06New common function "startswith"Gary Benson1-3/+3
2015-01-07[python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker1-1/+1
2015-01-06gdb/guile: Do not error when trying to create empty array.Joel 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-06-04* guile/scm-type.c (type_smob): Remove duplicate typedef.Doug Evans1-3/+4
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo1-20/+0
2014-05-26gdb smob cleanupsAndy Wingo1-7/+2
2014-03-13Fix pr 16612.Doug Evans1-0/+19
2014-02-20Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slotDoug Evans1-2/+2
2014-02-09Add Guile as an extension language.Doug Evans1-0/+1495