aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-value.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-21/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string in gdb/guile/Pedro Alves1-12/+6
2016-11-07Fix ext lang calls to value_struct_elt.Doug Evans1-1/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-27Add scm_t_dynwind_flags castsSimon Marchi1-1/+1
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-27/+31
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-5/+5
2015-03-11Fix typo in value-dynamic-typeAndy Wingo1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-78/+166
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-2/+2
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-06Add support for guile 2.0.5.Doug Evans1-4/+13
2014-06-06guile: Type-check the argument to 'history-append!'.Ludovic Courtès1-1/+3
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo1-13/+0
2014-05-26gdb smob cleanupsAndy Wingo1-3/+1
2014-04-12Copy over fix for fetching dynamic type of a reference from python side.Doug Evans1-1/+4
2014-02-26guile: Add 'history-append!' procedure.Ludovic Courtès1-0/+25
2014-02-09Add Guile as an extension language.Doug Evans1-0/+1485